diff options
author | Jeremy Allison <jra@samba.org> | 1998-07-29 00:27:23 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-07-29 00:27:23 +0000 |
commit | c48b3fce6be6d5d952cbcda0ddae223dda5a576f (patch) | |
tree | 7159458adde4cc2a2f9991727de74340e4829b8d /source3/include | |
parent | 83951dd37685ac8c5e45f44270d932250f785be5 (diff) | |
download | samba-c48b3fce6be6d5d952cbcda0ddae223dda5a576f.tar.gz samba-c48b3fce6be6d5d952cbcda0ddae223dda5a576f.tar.bz2 samba-c48b3fce6be6d5d952cbcda0ddae223dda5a576f.zip |
locking.c: Print messages when we downgrade a lock.
reply.c: Do the same mask expansion we do in trans2.c - needed for Win98.
trans2.c: Make the mask expansion into a function call now we have to
do it twice.
Jeremy.
(This used to be commit 7b3a9d6285cc0d1967155a68845e28c6296ecc67)
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); |