summaryrefslogtreecommitdiff
path: root/lib/util/tevent_ntstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/tevent_ntstatus.h')
-rw-r--r--lib/util/tevent_ntstatus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h
index 4ac9243320..570b6f951a 100644
--- a/lib/util/tevent_ntstatus.h
+++ b/lib/util/tevent_ntstatus.h
@@ -40,4 +40,8 @@ NTSTATUS tevent_req_simple_recv_ntstatus(struct tevent_req *req);
void tevent_req_simple_finish_ntstatus(struct tevent_req *subreq,
NTSTATUS subreq_status);
+bool tevent_req_poll_ntstatus(struct tevent_req *req,
+ struct tevent_context *ev,
+ NTSTATUS *status);
+
#endif