From 8a2a8217f8ce439b310571a3df98559a03fa5ed0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sun, 9 May 2010 23:47:56 +0200 Subject: [PATCH] s3-proto: add missing protoype for dcerpc_fault_to_nt_status(). Guenther --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index 9199703c0e5..f883cd2b8c3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3062,6 +3062,7 @@ void flush_negative_conn_cache_for_domain(const char *domain); /* The following definitions come from ../librpc/rpc/dcerpc_error.c */ const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code); +NTSTATUS dcerpc_fault_to_nt_status(uint32_t fault_code); /* The following definitions come from libsmb/dsgetdcname.c */ -- 2.11.4.GIT