summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 12:34:57 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 12:34:57 +0000
commitc926d8b179643ce26319e5178aaeb38237532fc1 (patch)
tree18b042cd75c447c225744f284efaacb77518beca /source3
parentfe2681dd4bbc296de371c7140cd8cee172397777 (diff)
downloadsamba-c926d8b179643ce26319e5178aaeb38237532fc1.tar.gz
samba-c926d8b179643ce26319e5178aaeb38237532fc1.tar.bz2
samba-c926d8b179643ce26319e5178aaeb38237532fc1.zip
new prototypes
(This used to be commit 0a733ce59d3e77f8cfd6a8165beeb39c23b26999)
Diffstat (limited to 'source3')
-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 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);