summaryrefslogtreecommitdiff
path: root/source3/modules/charset_macosxfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/charset_macosxfs.c')
-rw-r--r--source3/modules/charset_macosxfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/charset_macosxfs.c b/source3/modules/charset_macosxfs.c
index 6f50d879ba4..a9003c7a826 100644
--- a/source3/modules/charset_macosxfs.c
+++ b/source3/modules/charset_macosxfs.c
@@ -594,7 +594,7 @@ static struct charset_functions macosxfs_encoding_functions = {
"MACOSXFS", macosxfs_encoding_pull, macosxfs_encoding_push
};
-NTSTATUS init_module(void)
+NTSTATUS charset_macosxfs_init(void)
{
return smb_register_charset(&macosxfs_encoding_functions);
}