summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-25 21:17:57 +0000
committerJeremy Allison <jra@samba.org>2015-02-27 06:20:58 +0100
commit9750eb7bab12825b3937985ffbcafa1b46ef4626 (patch)
tree75dcefb90b70561688780ee21e91e6849b75c54b /source3/include
parent04b8e19e1708c5670d180f5cd86d8ed139e9e5a4 (diff)
downloadsamba-9750eb7bab12825b3937985ffbcafa1b46ef4626.tar.gz
samba-9750eb7bab12825b3937985ffbcafa1b46ef4626.tar.xz
samba-9750eb7bab12825b3937985ffbcafa1b46ef4626.zip
libsmb: Make "ip_service_compare" static
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Feb 27 06:20:58 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 82b2fb5b31..64bce03d72 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -821,7 +821,6 @@ bool name_status_find(const char *q_name,
int type,
const struct sockaddr_storage *to_ss,
fstring name);
-int ip_service_compare(struct ip_service *ss1, struct ip_service *ss2);
int remove_duplicate_addrs2(struct ip_service *iplist, int count );
struct tevent_req *name_query_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,