1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00

libcli/lsarpc: add struct trustAuthInOutBlob; forward declaration

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2014-02-27 09:40:52 +01:00 committed by Andrew Bartlett
parent cd648ec00f
commit 71869a177c

View File

@ -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,