From 71869a177c7609af888a55be5d77ca33407fb252 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Feb 2014 09:40:52 +0100 Subject: [PATCH] libcli/lsarpc: add struct trustAuthInOutBlob; forward declaration Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- libcli/lsarpc/util_lsarpc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcli/lsarpc/util_lsarpc.h b/libcli/lsarpc/util_lsarpc.h index 2b471745f1b..8bfec282bac 100644 --- a/libcli/lsarpc/util_lsarpc.h +++ b/libcli/lsarpc/util_lsarpc.h @@ -21,6 +21,7 @@ #define _LIBCLI_AUTH_UTIL_LSARPC_H_ /* The following definitions come from libcli/auth/util_lsarpc.c */ +struct trustAuthInOutBlob; NTSTATUS auth_blob_2_auth_info(TALLOC_CTX *mem_ctx, DATA_BLOB incoming, DATA_BLOB outgoing, -- 2.34.1