From 0f57da57e3c250c0b00d1a369eeff0eb49bee4f8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 18 Jul 2012 11:51:00 +1000 Subject: lib/param: bring lp_smb_ports() into common by making it a list everywhere --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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); -- cgit