From 4a777ec4d709d2fce2378b7b4d740aa73c32e73b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Nov 2009 11:32:00 +0100 Subject: Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/ --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8c0a3e319d..d4e0ac55c5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1228,6 +1228,9 @@ bool is_valid_policy_hnd(const struct policy_handle *hnd); bool policy_hnd_equal(const struct policy_handle *hnd1, const struct policy_handle *hnd2); const char *strip_hostname(const char *s); +bool tevent_req_poll_ntstatus(struct tevent_req *req, + struct tevent_context *ev, + NTSTATUS *status); /* The following definitions come from lib/util_file.c */ -- cgit