diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-22 23:18:04 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-24 20:40:48 +0100 |
commit | 202a31d96d9abaf09716bad4c57caf38ef03cc81 (patch) | |
tree | 59439c03434e704726d00e28846e5b23f3074497 /source3/include/proto.h | |
parent | 5d653f69de27ee22137333bc319ae2d7e60e56b0 (diff) | |
download | samba-202a31d96d9abaf09716bad4c57caf38ef03cc81.tar.gz samba-202a31d96d9abaf09716bad4c57caf38ef03cc81.tar.bz2 samba-202a31d96d9abaf09716bad4c57caf38ef03cc81.zip |
Remove read_pkt
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 87dac3e496..daeef637ca 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1243,15 +1243,6 @@ bool is_valid_policy_hnd(const POLICY_HND *hnd); bool policy_hnd_equal(const struct policy_handle *hnd1, const struct policy_handle *hnd2); const char *strip_hostname(const char *s); -struct async_req *read_pkt_send(TALLOC_CTX *mem_ctx, - struct event_context *ev, - int fd, size_t initial, - ssize_t (*more)(uint8_t *buf, size_t buflen, - void *priv), - void *priv); -ssize_t read_pkt_recv(struct async_req *req, TALLOC_CTX *mem_ctx, - uint8_t **pbuf, int *perr); - /* The following definitions come from lib/util_file.c */ |