summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-24 20:16:07 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-24 20:16:07 +0000
commit83448e7a1176b68ed90532a69b4408cd579db8d8 (patch)
treec3b458e43c755be9727e6a2d8eba68166cf5ca28 /source/include
parent4aac8449ae1f4e9d214071e8b254ce8b391496a4 (diff)
downloadsamba-83448e7a1176b68ed90532a69b4408cd579db8d8.tar.gz
samba-83448e7a1176b68ed90532a69b4408cd579db8d8.tar.xz
samba-83448e7a1176b68ed90532a69b4408cd579db8d8.zip
removed definition of strslashcmp - now a static in clitar.c.
Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 6d248e2333f..bcd3a426dcb 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -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);