param: Connect lp_security to the lib/param code to allow tests
[ira/wip.git] / script / mks3param.pl
index 3126af502c3ca4295e8ca4b006561b845fd8f7af..376f7ae85f8e722fef68344df432af5c2cd63929 100644 (file)
@@ -96,6 +96,7 @@ sub print_header($$)
        $file->("\tbool (*set_cmdline)(const char *pszParmName, const char *pszParmValue);\n");
        $file->("\tvoid (*dump)(FILE *f, bool show_defaults, int maxtoprint);\n");
        $file->("\tint (*server_role)(void);\n");
+       $file->("\tint (*security)(void);\n");
 }
 
 sub print_footer($$)