diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/mks3param.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/mks3param.pl b/script/mks3param.pl index 3126af502c..376f7ae85f 100644 --- a/script/mks3param.pl +++ b/script/mks3param.pl @@ -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($$) |