summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-01 11:18:09 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-01 04:19:05 +0200
commita74e7fbc6abb16e85eb6ac14193be0e0f664a6f0 (patch)
treecfd1956b1236c4f70a5b05c1d9b88bdd74150dc7 /source3/include
parentf52b97a1292e4e84fccd4601d341de857cc5e586 (diff)
downloadsamba-a74e7fbc6abb16e85eb6ac14193be0e0f664a6f0.tar.gz
samba-a74e7fbc6abb16e85eb6ac14193be0e0f664a6f0.tar.bz2
samba-a74e7fbc6abb16e85eb6ac14193be0e0f664a6f0.zip
s3-param Make lp_smb_ports() const
It makes no sense to have a % substiution in the 'smb ports' parameter. Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3f5417a471..0d70c4fc78 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1175,7 +1175,7 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m
/* The following definitions come from param/loadparm.c */
-char *lp_smb_ports(void);
+const char *lp_smb_ports(void);
const char *lp_dos_charset(void);
const char *lp_unix_charset(void);
const char *lp_display_charset(void);