From 3ac3de73b4e2cfb8dfe21c502de8432abb29d685 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Nov 2011 17:11:18 +1100 Subject: param: Connect lp_security to the lib/param code to allow tests Pair-Programmed-With: Amitay Isaacs --- script/mks3param.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'script') 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($$) -- cgit