summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-12 11:26:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-13 12:30:49 +1000
commit7c9ecf35fa92395ce46d1410ae0b343f6dc24774 (patch)
tree52e336331cad9d290a90930e75515a576e55f201 /source4/script
parent11698a287e2ca1e937a465225af033e269749eb3 (diff)
downloadsamba-7c9ecf35fa92395ce46d1410ae0b343f6dc24774.tar.gz
samba-7c9ecf35fa92395ce46d1410ae0b343f6dc24774.tar.bz2
samba-7c9ecf35fa92395ce46d1410ae0b343f6dc24774.zip
param: Add smb.conf loading support to s3/s4 loadparm bridge
Diffstat (limited to 'source4/script')
-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 761cd6980f..37277c20b1 100644
--- a/source4/script/mks3param.pl
+++ b/source4/script/mks3param.pl
@@ -92,6 +92,7 @@ sub print_header($$)
$file->("\tstruct loadparm_service * (*get_default_loadparm_service)(void);\n");
$file->("\tstruct loadparm_service * (*get_servicebynum)(int snum);\n");
$file->("\tint (*get_numservices)(void);\n");
+ $file->("\tbool (*load)(const char *filename);\n");
$file->("\tbool (*set_cmdline)(const char *pszParmName, const char *pszParmValue);\n");
}