From 6a2e71b12dbfed195859f0fc521ec5a5c145e1f5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 1 Mar 2009 22:25:51 +0100 Subject: Add tevent_req_simple_recv_ntstatus() --- lib/util/tevent_ntstatus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/tevent_ntstatus.h') 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 -- cgit