diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-07-24 20:16:07 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-07-24 20:16:07 +0000 |
commit | 1fa6244b2972ee4e440d02c5005e440b275ae2a2 (patch) | |
tree | a4871bda0cec92da72261136e6a73b4ecf0e2dde | |
parent | 816897d4a2a92e815b4df9a9427b9649a83f841b (diff) | |
download | samba-1fa6244b2972ee4e440d02c5005e440b275ae2a2.tar.gz samba-1fa6244b2972ee4e440d02c5005e440b275ae2a2.tar.bz2 samba-1fa6244b2972ee4e440d02c5005e440b275ae2a2.zip |
removed definition of strslashcmp - now a static in clitar.c.
Jeremy (jallison@whistle.com)
(This used to be commit 83448e7a1176b68ed90532a69b4408cd579db8d8)
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6d248e2333..bcd3a426dc 100644 --- a/source3/include/proto.h +++ b/source3/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); |