summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-12-05 14:04:51 -0800
committerJeremy Allison <jra@samba.org>2008-12-05 14:04:51 -0800
commit3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a (patch)
tree77565f4df9711ef726cc1771b0d910c79b337d35 /source3/include
parent611ef42053eb99f4c29d4efa86eaea9f1ca06286 (diff)
downloadsamba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.tar.gz
samba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.tar.bz2
samba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.zip
Fix lp_socket_address() prototype.
Jeremy.
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 f985fe25b7..d0e64f7f14 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3922,7 +3922,7 @@ char *lp_remote_announce(void);
char *lp_remote_browse_sync(void);
const char **lp_wins_server_list(void);
const char **lp_interfaces(void);
-char *lp_socket_address(void);
+const char *lp_socket_address(void);
char *lp_nis_home_map_name(void);
const char **lp_netbios_aliases(void);
const char *lp_passdb_backend(void);