summaryrefslogtreecommitdiffstats
path: root/source/modules/weird.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2006-12-20 01:07:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:38 -0500
commit90265c83ff1c7f11672694ff005d8ecc5d4a867f (patch)
tree9e194f905bed63b59c639fe08c1b157e5b4706d1 /source/modules/weird.c
parent88ab54b3b7ec6c0ac1958fca435880e29eeefd69 (diff)
downloadsamba-90265c83ff1c7f11672694ff005d8ecc5d4a867f.tar.gz
samba-90265c83ff1c7f11672694ff005d8ecc5d4a867f.tar.xz
samba-90265c83ff1c7f11672694ff005d8ecc5d4a867f.zip
r20268: merge -r 20261:20263 from samba_3_0_24
get rid of previous prototype warnings
Diffstat (limited to 'source/modules/weird.c')
-rw-r--r--source/modules/weird.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/modules/weird.c b/source/modules/weird.c
index ccee9d71edd..12a535cbb75 100644
--- a/source/modules/weird.c
+++ b/source/modules/weird.c
@@ -125,6 +125,7 @@ static size_t weird_push(void *cd, const char **inbuf, size_t *inbytesleft,
struct charset_functions weird_functions = {"WEIRD", weird_pull, weird_push};
+NTSTATUS charset_weird_init(void);
NTSTATUS charset_weird_init(void)
{
return smb_register_charset(&weird_functions);