diff options
Diffstat (limited to 'source3/include')
-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 b7a1b31f0d..ce064a307c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -287,7 +287,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(unsigned char *s); +int name_len(char *s1); 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); |