summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 12:33:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 12:33:34 +0000
commitf651787785c0a8f2884e254723eeb26512a76e2a (patch)
tree4c493d6e94f7e7c9334837ecbd059096e8aed4d8 /source3/include/proto.h
parent6291a9da8927615fd023d4303218774491f743a9 (diff)
downloadsamba-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.h2
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);