summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-11-22 07:10:22 +0000
committerAndrew Tridgell <tridge@samba.org>1997-11-22 07:10:22 +0000
commitab3f4464e88c67d071e348a68aebb8b093f12f1f (patch)
tree92f6059afbaca292e1328c716ee9b609bb843cfc
parent51f20adc6b964bad6e5bfbf69da68e1e6f45b13e (diff)
downloadsamba-ab3f4464e88c67d071e348a68aebb8b093f12f1f.tar.gz
samba-ab3f4464e88c67d071e348a68aebb8b093f12f1f.tar.bz2
samba-ab3f4464e88c67d071e348a68aebb8b093f12f1f.zip
the usual :-)
(This used to be commit d6467d44b14f4bc683b839d520b4df38719bf2c0)
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 090e9830a8..d69aa61e72 100644
--- a/source3/include/proto.h
+++ b/source3/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 */