diff options
Diffstat (limited to 'script/mks3param.pl')
-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 2679b5acae2..3126af502c3 100644 --- a/script/mks3param.pl +++ b/script/mks3param.pl @@ -95,6 +95,7 @@ sub print_header($$) $file->("\tbool (*load)(const char *filename);\n"); $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"); } sub print_footer($$) |