diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-06 16:47:32 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-06 10:48:53 +0200 |
commit | b9108cac529dac4b4b392fab4bac4fd0e6da1b4b (patch) | |
tree | 6afa91bd75615e3f41e5865f36723fc5d1242a27 /source4/script | |
parent | d72b05cfe7d5c020fa32c8906f6185e1427e0a88 (diff) | |
download | samba-b9108cac529dac4b4b392fab4bac4fd0e6da1b4b.tar.gz samba-b9108cac529dac4b4b392fab4bac4fd0e6da1b4b.tar.bz2 samba-b9108cac529dac4b4b392fab4bac4fd0e6da1b4b.zip |
s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jun 6 10:48:53 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/mks3param.pl | 1 |
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($$) |