diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-11 01:03:06 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-11 01:03:06 +0000 |
commit | 957025bace1bcff34d21a6caeca498e85abccb23 (patch) | |
tree | 361b9ec5c43dbe8545f9a3b9423810f67339b072 /source/include/charset.h | |
parent | 76647c0609773a190055f78486380218d6e080e7 (diff) | |
download | samba-957025bace1bcff34d21a6caeca498e85abccb23.tar.gz |
Makefile: Added quoata changes for Linux from Thorvald Natvig
Makefile.RPM: Added quoata changes for Linux from Thorvald Natvig
charset.c: Large changes to add multiple client code pages.
charset.h: Changed charset_initialise() proto.
client.c: Fixed message sending bug. Changed charset_initialise().
ipc.c: Fixed #ifdef compile problems.
loadparm.c: Added "client code page" option.
nmbd.c: Changed charset_initialise(). Fixed lmhosts read.
nmblookup.c: Changed charset_initialise().
proto.h: Added lp_client_code_page(void).
quotas.c: Added quoata changes for Linux from Thorvald Natvig
reply.c: Changed debug level. Made SMBecho ignore tid.
server.c: Changed charset_initialise().
smb.h: Added DEFAULT_CLIENT_CODE_PAGE as 850.
smbpasswd.c: Changed charset_initialise().
status.c: Changed charset_initialise().
testparm.c: Changed charset_initialise().
testprns.c: Changed charset_initialise().
Jeremy Allison (jallison@whistle.com)
Diffstat (limited to 'source/include/charset.h')
-rw-r--r-- | source/include/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/charset.h b/source/include/charset.h index 5f5e2016ee1..25544fb6215 100644 --- a/source/include/charset.h +++ b/source/include/charset.h @@ -25,7 +25,7 @@ extern char *dos_char_map; extern char *upper_char_map; extern char *lower_char_map; extern void add_char_string(char *s); -extern void charset_initialise(void); +extern void charset_initialise(int); #ifdef toupper #undef toupper |