diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2011-11-08 12:12:06 +1100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:08 +0100 |
| commit | d97acc8fb9710c41c9758801af1e79c38f9ffdcc (patch) | |
| tree | 8d695f0f6ad8ade27b5f5673f879b5a2dcd14574 /source3/include | |
| parent | 7b175e875ea4cdfa27c21369a28e9c4ef14c925b (diff) | |
s3-param: Add "server role" as global parameter
This will help extracting server role processing code in common
library.
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 679311158c..b2a10f69d6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1646,6 +1646,7 @@ int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void widelinks_warning(int snum); const char *lp_ncalrpc_dir(void); +void _lp_set_server_role(int server_role); /* The following definitions come from param/loadparm_ctx.c */ |
