tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()
authorStefan Metzmacher <metze@samba.org>
Tue, 3 Nov 2009 16:22:27 +0000 (17:22 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:05 +0000 (11:40 +0100)
metze
(cherry picked from commit 9b5d1e9e355d3d04f03744e025c6685ca8ad12cd)
(cherry picked from commit 36801f06f389c2e5ecd7d53db1e38e601fa48160)

tsocket/tsocket.h

index 8b0c80becf025ac8e4d071394df2ca383909bed0..ae73113b5a7c9baea8e4baa998a960a44609eded 100644 (file)
@@ -117,8 +117,6 @@ char *tsocket_address_inet_addr_string(const struct tsocket_address *addr,
 uint16_t tsocket_address_inet_port(const struct tsocket_address *addr);
 int tsocket_address_inet_set_port(struct tsocket_address *addr,
                                  uint16_t port);
-void tsocket_address_inet_set_broadcast(struct tsocket_address *addr,
-                                       bool broadcast);
 
 int _tsocket_address_unix_from_path(TALLOC_CTX *mem_ctx,
                                    const char *path,