diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 12:34:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 12:34:57 +0000 |
commit | c926d8b179643ce26319e5178aaeb38237532fc1 (patch) | |
tree | 18b042cd75c447c225744f284efaacb77518beca /source3/include | |
parent | fe2681dd4bbc296de371c7140cd8cee172397777 (diff) | |
download | samba-c926d8b179643ce26319e5178aaeb38237532fc1.tar.gz samba-c926d8b179643ce26319e5178aaeb38237532fc1.tar.xz samba-c926d8b179643ce26319e5178aaeb38237532fc1.zip |
new prototypes
(This used to be commit 0a733ce59d3e77f8cfd6a8165beeb39c23b26999)
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 b7a1b31f0d2..ce064a307c9 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); |