From: Stefan Metzmacher Date: Tue, 5 Jun 2018 00:41:52 +0000 (+0200) Subject: libcli/lsarpc: add missing forward declarations for lsa_TrustDomainInfo{AuthInfo... X-Git-Tag: tevent-0.17.0~719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b304524a3be4a2678bd59ac36f1651c58e98f3a;p=thirdparty%2Fsamba.git libcli/lsarpc: add missing forward declarations for lsa_TrustDomainInfo{AuthInfo,Buffer} Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/libcli/lsarpc/util_lsarpc.h b/libcli/lsarpc/util_lsarpc.h index 8bfec282bac..4dc65467436 100644 --- a/libcli/lsarpc/util_lsarpc.h +++ b/libcli/lsarpc/util_lsarpc.h @@ -21,6 +21,8 @@ #define _LIBCLI_AUTH_UTIL_LSARPC_H_ /* The following definitions come from libcli/auth/util_lsarpc.c */ +struct lsa_TrustDomainInfoAuthInfo; +struct lsa_TrustDomainInfoBuffer; struct trustAuthInOutBlob; NTSTATUS auth_blob_2_auth_info(TALLOC_CTX *mem_ctx,