summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-11-03 17:22:27 +0100
committerStefan Metzmacher <metze@samba.org>2009-11-03 18:14:23 +0100
commit9b5d1e9e355d3d04f03744e025c6685ca8ad12cd (patch)
tree27a7c45a7d182e5cf1f1a0a227c24dd2e6cd5750 /lib/tsocket
parent25d9cc8383af99991ead1a238c02efb33b4daa0d (diff)
downloadsamba-9b5d1e9e355d3d04f03744e025c6685ca8ad12cd.tar.gz
samba-9b5d1e9e355d3d04f03744e025c6685ca8ad12cd.tar.bz2
samba-9b5d1e9e355d3d04f03744e025c6685ca8ad12cd.zip
tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()
metze
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index 8b0c80becf..ae73113b5a 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -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,