diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 92008b46e1..97ee483f55 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1949,6 +1949,7 @@ time_t get_create_time(struct stat *st,BOOL fake_dirs); /*The following definitions come from trans2.c */ +void mask_convert( char *mask); int reply_findclose(char *inbuf,char *outbuf,int length,int bufsize); int reply_findnclose(char *inbuf,char *outbuf,int length,int bufsize); int reply_transs2(char *inbuf,char *outbuf,int length,int bufsize); |