diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/mks3param.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mks3param.pl b/script/mks3param.pl index 376f7ae85f..5c5eea3ce1 100644 --- a/script/mks3param.pl +++ b/script/mks3param.pl @@ -83,7 +83,7 @@ sub print_header($$) $file->("#ifndef $header_name\n"); $file->("#define $header_name\n\n"); $file->("/* This file was automatically generated by mks3param.pl. DO NOT EDIT */\n\n"); - $file->("struct loadparm_s3_context\n"); + $file->("struct loadparm_s3_helpers\n"); $file->("{\n"); $file->("\tconst char * (*get_parametric)(struct loadparm_service *, const char *type, const char *option);\n"); $file->("\tstruct parm_struct * (*get_parm_struct)(const char *param_name);\n"); |