summaryrefslogtreecommitdiffstats
path: root/libcli/lsarpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:40:52 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:42 +0200
commit71869a177c7609af888a55be5d77ca33407fb252 (patch)
tree3f872480bc625c252f355aa9ac225075bc3e8b12 /libcli/lsarpc
parentcd648ec00f0ee3afd452486c0a2a1f03be148416 (diff)
downloadsamba-71869a177c7609af888a55be5d77ca33407fb252.tar.gz
samba-71869a177c7609af888a55be5d77ca33407fb252.tar.xz
samba-71869a177c7609af888a55be5d77ca33407fb252.zip
libcli/lsarpc: add struct trustAuthInOutBlob; forward declaration
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/lsarpc')
-rw-r--r--libcli/lsarpc/util_lsarpc.h1
1 files changed, 1 insertions, 0 deletions
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,