From: Günther Deschner Date: Sun, 9 May 2010 21:47:56 +0000 (+0200) Subject: s3-proto: add missing protoype for dcerpc_fault_to_nt_status(). X-Git-Tag: samba-3.6.0pre1~2149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2a8217f8ce439b310571a3df98559a03fa5ed0;p=thirdparty%2Fsamba.git s3-proto: add missing protoype for dcerpc_fault_to_nt_status(). Guenther --- 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 */