diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-17 16:33:55 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-05-07 19:49:14 +0200 |
commit | 389208658972b6b19f15167dc8c2dd419e404a2e (patch) | |
tree | af58b185962ab63126bf63ce6bb079681f0d8212 /lib/param/s3_param.h | |
parent | 84b98a2ce58a5fe88913e34ae020775cfbba8f7f (diff) | |
download | samba-389208658972b6b19f15167dc8c2dd419e404a2e.tar.gz samba-389208658972b6b19f15167dc8c2dd419e404a2e.tar.xz samba-389208658972b6b19f15167dc8c2dd419e404a2e.zip |
param: attempt to consolidate handle_debug_level between the two loadparms
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-on: https://gerrit.samba.org/102
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/s3_param.h')
-rw-r--r-- | lib/param/s3_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/s3_param.h b/lib/param/s3_param.h index 106c48007d..276810427e 100644 --- a/lib/param/s3_param.h +++ b/lib/param/s3_param.h @@ -14,6 +14,7 @@ struct loadparm_s3_helpers bool (*set_cmdline)(const char *pszParmName, const char *pszParmValue); void (*dump)(FILE *f, bool show_defaults, int maxtoprint); char * (*lp_string)(TALLOC_CTX *ctx, const char *in); + bool (*lp_string_set)(char **dest, const char *src); struct loadparm_global *globals; }; |