From 7971fb1febc67a845cde6bbb9b92842aa0a283ce Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 27 Aug 1997 20:20:58 +0000 Subject: charset.c: Added patch for client code page 852 (Eastern European) from Leos Bitto . clitar.c: proto.h: Fixed proto mismatch for strslashcmp(). Jermey (jallison@netcom.com) (This used to be commit c7a4647b7a84641f5fed6b67d45c241fff19c2b3) --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8faa3201dc..65287ff595 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); -- cgit