summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-02 21:06:27 +0200
committerStefan Metzmacher <metze@samba.org>2009-04-02 21:54:08 +0200
commit3bbad34a02350c96cb44d53da510c6273b6910d7 (patch)
tree8e0ea9f249f1f2280fa8e9cd420fbf1591658bec /lib/tsocket/tsocket_internal.h
parent7e1411b5c7afa8b47d76ddb1fb93973201bb08a8 (diff)
downloadsamba-3bbad34a02350c96cb44d53da510c6273b6910d7.tar.gz
samba-3bbad34a02350c96cb44d53da510c6273b6910d7.tar.bz2
samba-3bbad34a02350c96cb44d53da510c6273b6910d7.zip
tsocket: remove DGRAM support from tsocket_context
metze
Diffstat (limited to 'lib/tsocket/tsocket_internal.h')
-rw-r--r--lib/tsocket/tsocket_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/tsocket/tsocket_internal.h b/lib/tsocket/tsocket_internal.h
index d1f240eba0..893394405f 100644
--- a/lib/tsocket/tsocket_internal.h
+++ b/lib/tsocket/tsocket_internal.h
@@ -57,14 +57,6 @@ struct tsocket_context_ops {
int (*writev_data)(struct tsocket_context *sock,
const struct iovec *vector, size_t count);
- ssize_t (*recvfrom_data)(struct tsocket_context *sock,
- uint8_t *data, size_t len,
- TALLOC_CTX *addr_ctx,
- struct tsocket_address **remote_addr);
- ssize_t (*sendto_data)(struct tsocket_context *sock,
- const uint8_t *data, size_t len,
- const struct tsocket_address *remote_addr);
-
/* info */
int (*get_status)(const struct tsocket_context *sock);
int (*get_local_address)(const struct tsocket_context *sock,