diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-18 11:51:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 08:02:32 +0200 |
commit | 0f57da57e3c250c0b00d1a369eeff0eb49bee4f8 (patch) | |
tree | 5145843382cc36b994ac8986fd425bee2c05be5a /source3/include | |
parent | cf9bd1d9ed6db5d35d92816382edbadc217de792 (diff) | |
download | samba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.tar.gz samba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.tar.bz2 samba-0f57da57e3c250c0b00d1a369eeff0eb49bee4f8.zip |
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 769a300403..4d99a607e3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1002,7 +1002,7 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m /* The following definitions come from param/loadparm.c */ -const char *lp_smb_ports(void); +const char **lp_smb_ports(void); const char *lp_dos_charset(void); const char *lp_unix_charset(void); char *lp_logfile(TALLOC_CTX *ctx); |