diff options
author | Jeremy Allison <jra@samba.org> | 2008-12-05 14:04:51 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-12-05 14:04:51 -0800 |
commit | 3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a (patch) | |
tree | 77565f4df9711ef726cc1771b0d910c79b337d35 | |
parent | 611ef42053eb99f4c29d4efa86eaea9f1ca06286 (diff) | |
download | samba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.tar.gz samba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.tar.bz2 samba-3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a.zip |
Fix lp_socket_address() prototype.
Jeremy.
-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 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); |