From c926d8b179643ce26319e5178aaeb38237532fc1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 12:34:57 +0000 Subject: new prototypes (This used to be commit 0a733ce59d3e77f8cfd6a8165beeb39c23b26999) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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); -- cgit