diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/charset.h b/source3/include/charset.h index 5983fcdd4f..5ac8d17486 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -119,6 +119,7 @@ static size_t CHARSETNAME ## _pull(void *cd, const char **inbuf, size_t *inbytes struct charset_functions CHARSETNAME ## _functions = \ {#CHARSETNAME, CHARSETNAME ## _pull, CHARSETNAME ## _push}; \ \ +NTSTATUS charset_ ## CHARSETNAME ## _init(void); \ NTSTATUS charset_ ## CHARSETNAME ## _init(void) \ { \ return smb_register_charset(& CHARSETNAME ## _functions); \ |