From b9108cac529dac4b4b392fab4bac4fd0e6da1b4b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 6 Jun 2011 16:47:32 +1000 Subject: s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Jun 6 10:48:53 CEST 2011 on sn-devel-104 --- source4/script/mks3param.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/mks3param.pl') 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($$) -- cgit