diff options
author | Günther Deschner <gd@samba.org> | 2010-05-09 23:47:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-09 23:47:56 +0200 |
commit | 8a2a8217f8ce439b310571a3df98559a03fa5ed0 (patch) | |
tree | 92149f36bc679759ed2d27a306d31fe879da3006 | |
parent | e6c4df43c8bf3fab146ab373688bc38ea3f34844 (diff) | |
download | samba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.tar.gz samba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.tar.bz2 samba-8a2a8217f8ce439b310571a3df98559a03fa5ed0.zip |
s3-proto: add missing protoype for dcerpc_fault_to_nt_status().
Guenther
-rw-r--r-- | source3/include/proto.h | 1 |
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 */ |