Revert making public of the samba-module library.
[mat/samba.git] / source3 / modules / perfcount_test.c
index 5365362783c8ddaf0d0b324cdf50955dbc2e2a5d..8d17ee513f4fdd875ca64c510ce88b5bc637b7c0 100644 (file)
@@ -381,7 +381,7 @@ static struct smb_perfcount_handlers perfcount_test_handlers = {
        perfcount_test_end
 };
 
-NTSTATUS samba_module_init(void)
+NTSTATUS samba_init_module(void)
 {
        return smb_register_perfcounter(SMB_PERFCOUNTER_INTERFACE_VERSION,
                                        "pc_test", &perfcount_test_handlers);