From 9750eb7bab12825b3937985ffbcafa1b46ef4626 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 25 Feb 2015 21:17:57 +0000 Subject: libsmb: Make "ip_service_compare" static Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Feb 27 06:20:58 CET 2015 on sn-devel-104 --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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, -- cgit