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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h
index 84c275fb13..d7194a9b73 100644
--- a/lib/util/tevent_ntstatus.h
+++ b/lib/util/tevent_ntstatus.h
@@ -28,5 +28,6 @@
bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status);
bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *pstatus);
+NTSTATUS tevent_req_simple_recv_ntstatus(struct tevent_req *req);
#endif