diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-18 22:10:13 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-06-01 17:11:24 +1000 |
commit | dfb206f47e8b9bcf81493e7cb6aed7859fb54042 (patch) | |
tree | da9e4fef4062443c8b7c5a28f4a638d9bf656612 /source3/include | |
parent | 6d2e796f35dea93ca31e6879e79942a02572754d (diff) | |
download | samba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.tar.gz samba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.tar.bz2 samba-dfb206f47e8b9bcf81493e7cb6aed7859fb54042.zip |
s3:param Put 'server_role' functions in another file.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7af8035126..240c95f3a0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4281,7 +4281,6 @@ struct share_params *next_share(struct share_iterator *list); struct share_params *next_printer(struct share_iterator *list); struct share_params *snum2params_static(int snum); const char *volume_label(int snum); -int lp_server_role(void); bool lp_domain_master(void); bool lp_domain_master_true_or_auto(void); bool lp_preferred_master(void); @@ -4311,6 +4310,11 @@ char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); void widelinks_warning(int snum); +/* The following definitions come from param/loadparm_server_role.c */ + +int lp_server_role(void); +void set_server_role(void); + /* The following definitions come from param/util.c */ uint32 get_int_param( const char* param ); |