summaryrefslogtreecommitdiff
path: root/lib/async_req/async_req.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-03-17 14:19:25 +1100
committerAndrew Tridgell <tridge@samba.org>2009-03-17 14:19:25 +1100
commit467cc6927f57e36ce9b97131e72b79ef6e39a668 (patch)
tree7ba399896c9c4a7bcb81543bce30d06b0ffb1a1d /lib/async_req/async_req.h
parenta1ebb850209289734b12ea966b01d295d8fc436d (diff)
parent382d8069adcc49e351eef63d86036ae553b119a2 (diff)
downloadsamba-467cc6927f57e36ce9b97131e72b79ef6e39a668.tar.gz
samba-467cc6927f57e36ce9b97131e72b79ef6e39a668.tar.bz2
samba-467cc6927f57e36ce9b97131e72b79ef6e39a668.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'lib/async_req/async_req.h')
-rw-r--r--lib/async_req/async_req.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/async_req/async_req.h b/lib/async_req/async_req.h
index fc849880cd..fdec1b708e 100644
--- a/lib/async_req/async_req.h
+++ b/lib/async_req/async_req.h
@@ -139,15 +139,6 @@ bool async_post_error(struct async_req *req, struct tevent_context *ev,
bool async_req_is_error(struct async_req *req, enum async_req_state *state,
uint64_t *error);
-bool async_req_set_timeout(struct async_req *req, struct tevent_context *ev,
- struct timeval to);
-
-struct async_req *async_wait_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct timeval to);
-
-bool async_wait_recv(struct async_req *req);
-
struct async_req_queue;
struct async_req_queue *async_req_queue_init(TALLOC_CTX *mem_ctx);