summaryrefslogtreecommitdiff
path: root/lib/util/tevent_ntstatus.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-14 11:32:00 +0100
committerVolker Lendecke <vl@samba.org>2009-11-14 11:32:38 +0100
commit4a777ec4d709d2fce2378b7b4d740aa73c32e73b (patch)
tree724b1c29254ffb73a3d1e580a6bca32f28e3a44b /lib/util/tevent_ntstatus.h
parentf668e4104f5fc5e3c0a48502e30163b1ffc777ae (diff)
downloadsamba-4a777ec4d709d2fce2378b7b4d740aa73c32e73b.tar.gz
samba-4a777ec4d709d2fce2378b7b4d740aa73c32e73b.tar.bz2
samba-4a777ec4d709d2fce2378b7b4d740aa73c32e73b.zip
Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/
Diffstat (limited to 'lib/util/tevent_ntstatus.h')
-rw-r--r--lib/util/tevent_ntstatus.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h
index 7f312b707b..4cf593a454 100644
--- a/lib/util/tevent_ntstatus.h
+++ b/lib/util/tevent_ntstatus.h
@@ -36,12 +36,4 @@ NTSTATUS tevent_req_simple_recv_ntstatus(struct tevent_req *req);
void tevent_req_simple_finish_ntstatus(struct tevent_req *subreq,
NTSTATUS subreq_status);
-/*
- * Wrapper for tevent_req_poll that grabs NTSTATUS directly in case of a
- * failure
- */
-bool tevent_req_poll_ntstatus(struct tevent_req *req,
- struct tevent_context *ev,
- NTSTATUS *status);
-
#endif