diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-21 17:59:41 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-05-07 19:49:16 +0200 |
commit | dce3bcd00ff0e63548b9d2849238d0ba68137481 (patch) | |
tree | 5ed0b91c501a087053f8eb38d2d1ddc10eacbb32 /lib/param/s3_param.h | |
parent | 74e0a37fd34791099a32591ab607e9444fd441fe (diff) | |
download | samba-dce3bcd00ff0e63548b9d2849238d0ba68137481.tar.gz samba-dce3bcd00ff0e63548b9d2849238d0ba68137481.tar.xz samba-dce3bcd00ff0e63548b9d2849238d0ba68137481.zip |
param: move handle printing into lib/param
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@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 e1d68cf04f..e6996f261b 100644 --- a/lib/param/s3_param.h +++ b/lib/param/s3_param.h @@ -18,6 +18,7 @@ struct loadparm_s3_helpers char * (*lp_string)(TALLOC_CTX *ctx, const char *in); bool (*lp_string_set)(char **dest, const char *src); bool (*lp_include)(struct loadparm_context*, int, const char *, char **); + void (*init_printer_values)(TALLOC_CTX *, struct loadparm_service *); struct loadparm_global *globals; }; |