summaryrefslogtreecommitdiff
path: root/source4/script/mks3param.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/mks3param.pl')
-rw-r--r--source4/script/mks3param.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/mks3param.pl b/source4/script/mks3param.pl
index db494e7eb4..76322b1076 100644
--- a/source4/script/mks3param.pl
+++ b/source4/script/mks3param.pl
@@ -84,6 +84,7 @@ sub print_header($$)
$file->("/* This file was automatically generated by mks3param.pl. DO NOT EDIT */\n\n");
$file->("struct loadparm_s3_context\n");
$file->("{\n");
+ $file->("\tconst char * (*get_parametric)(const char *type, const char *option);");
}
sub print_footer($$)