s3-proto: add missing protoype for dcerpc_fault_to_nt_status().
authorGünther Deschner <gd@samba.org>
Sun, 9 May 2010 21:47:56 +0000 (23:47 +0200)
committerGünther Deschner <gd@samba.org>
Sun, 9 May 2010 21:47:56 +0000 (23:47 +0200)
Guenther

source3/include/proto.h

index 9199703c0e5d56bd877e998dc28a338970b87196..f883cd2b8c3d6ed4e1a074d491c423d4ba44e6b4 100644 (file)
@@ -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  */