diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 23:21:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 12:42:09 +0100 |
commit | 7f8bc6a2d904bd5b5c056ec96a68ee928659324a (patch) | |
tree | ec6bd17b0d0b8544a9bff4d473b9d457488488e1 /source3/include | |
parent | e311becaad4945c31bc7e3bec5e4be6073c94e82 (diff) | |
download | samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.gz samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.tar.bz2 samba-7f8bc6a2d904bd5b5c056ec96a68ee928659324a.zip |
errors: share dcerpc error function.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f982f43a7f..65dda2ac3d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3072,9 +3072,9 @@ bool netlogon_creds_client_check(const struct dcinfo *dc, void netlogon_creds_client_step(struct dcinfo *dc, struct netr_Authenticator *next_cred_out); -/* The following definitions come from libsmb/dcerpc_err.c */ +/* The following definitions come from ../librpc/rpc/dcerpc_error.c */ -const char *dcerpc_errstr(uint32 fault_code); +const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code); /* The following definitions come from libsmb/doserr.c */ |