From d6467d44b14f4bc683b839d520b4df38719bf2c0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 22 Nov 1997 07:10:22 +0000 Subject: [PATCH] the usual :-) --- source/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/proto.h b/source/include/proto.h index 090e9830a8e..d69aa61e723 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -20,7 +20,7 @@ BOOL queue_dns_query(struct packet_struct *p,struct nmb_name *question, char *unix2dos_format(char *str,BOOL overwrite); char *dos2unix_format(char *str, BOOL overwrite); -int interpret_character_set(char *str, int def); +void interpret_character_set(char *str); /*The following definitions come from charset.c */ @@ -180,7 +180,7 @@ char *sj_strtok(char *s1, char *s2); char *sj_strstr(char *s1, char *s2); char *sj_strchr (char *s, int c); char *sj_strrchr(char *s, int c); -int interpret_coding_system(char *str, int def); +int interpret_coding_system(char *str); /*The following definitions come from loadparm.c */ -- 2.11.4.GIT