From 8a2a8217f8ce439b310571a3df98559a03fa5ed0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 9 May 2010 23:47:56 +0200 Subject: s3-proto: add missing protoype for dcerpc_fault_to_nt_status(). Guenther --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 9199703c0e..f883cd2b8c 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 */ -- cgit