From 7f8bc6a2d904bd5b5c056ec96a68ee928659324a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 29 Oct 2008 23:21:06 +0100 Subject: errors: share dcerpc error function. Guenther --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') 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 */ -- cgit