summaryrefslogtreecommitdiffstats
path: root/lib/util/tevent_unix.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-08 09:00:31 +0000
committerJeremy Allison <jra@samba.org>2014-11-10 06:09:04 +0100
commitf5c17d41e085e083ef970692ff7f50f7a6642ea3 (patch)
tree3c8341ec9e3c769922b56e9682118964c0997c1d /lib/util/tevent_unix.h
parent5f68f7289c3028f50a449120cce000dcf40db788 (diff)
downloadsamba-f5c17d41e085e083ef970692ff7f50f7a6642ea3.tar.gz
samba-f5c17d41e085e083ef970692ff7f50f7a6642ea3.tar.xz
samba-f5c17d41e085e083ef970692ff7f50f7a6642ea3.zip
lib: Add tevent_req_simple_recv_unix
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/util/tevent_unix.h')
-rw-r--r--lib/util/tevent_unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/tevent_unix.h b/lib/util/tevent_unix.h
index 377e976c39..c1b0eb4e3f 100644
--- a/lib/util/tevent_unix.h
+++ b/lib/util/tevent_unix.h
@@ -27,5 +27,6 @@
#include <tevent.h>
bool tevent_req_is_unix_error(struct tevent_req *req, int *perrno);
+int tevent_req_simple_recv_unix(struct tevent_req *req);
#endif