diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-03 12:33:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-03 12:33:34 +0000 |
commit | f651787785c0a8f2884e254723eeb26512a76e2a (patch) | |
tree | 4c493d6e94f7e7c9334837ecbd059096e8aed4d8 /source3/include/proto.h | |
parent | 6291a9da8927615fd023d4303218774491f743a9 (diff) | |
download | samba-f651787785c0a8f2884e254723eeb26512a76e2a.tar.gz samba-f651787785c0a8f2884e254723eeb26512a76e2a.tar.bz2 samba-f651787785c0a8f2884e254723eeb26512a76e2a.zip |
added lseek() support for directories
(This used to be commit 67ca971b0b00b5256b0af2c1c5777c393f9cef0b)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f2324fda47..7eb3e1abc2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -286,7 +286,7 @@ BOOL receive_smb(int fd,char *buffer, unsigned int timeout); BOOL client_receive_smb(int fd,char *buffer, unsigned int timeout); BOOL send_smb(int fd,char *buffer); int name_extract(char *buf,int ofs,char *name); -int name_len( char *s ); +int name_len(unsigned char *s); BOOL send_one_packet(char *buf,int len,struct in_addr ip,int port,int type); void msleep(int t); BOOL in_list(char *s,char *list,BOOL casesensitive); |