summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-09 23:47:56 +0200
committerGünther Deschner <gd@samba.org>2010-05-09 23:47:56 +0200
commit8a2a8217f8ce439b310571a3df98559a03fa5ed0 (patch)
tree92149f36bc679759ed2d27a306d31fe879da3006 /source3/include/proto.h
parente6c4df43c8bf3fab146ab373688bc38ea3f34844 (diff)
downloadsamba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.tar.gz
samba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.tar.bz2
samba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.zip
s3-proto: add missing protoype for dcerpc_fault_to_nt_status().
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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 */