removed definition of strslashcmp - now a static in clitar.c.
authorSamba Release Account <samba-bugs@samba.org>
Thu, 24 Jul 1997 20:16:07 +0000 (20:16 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Thu, 24 Jul 1997 20:16:07 +0000 (20:16 +0000)
Jeremy (jallison@whistle.com)
(This used to be commit 83448e7a1176b68ed90532a69b4408cd579db8d8)

source3/include/proto.h

index 6d248e2333f51e68988b63542cf6c1de62dc7604..bcd3a426dcb6d0c969997c3596717da4bea0d072 100644 (file)
@@ -51,7 +51,6 @@ char *smb_errstr(char *inbuf);
 
 /*The following definitions come from  clitar.c  */
 
-int strslashcmp(char *s1,char *s2);
 int padit(char *buf, int bufsize, int padsize);
 void cmd_block(void);
 void cmd_tarmode(void);