summaryrefslogtreecommitdiff
path: root/libcli/auth/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-18 09:50:44 +0100
committerJeremy Allison <jra@samba.org>2015-03-20 20:43:11 +0100
commita46a00673d00659feaa4c53b049b16d71347243a (patch)
treee9fd3b821dea1b75f015af621804a5f5bca3d728 /libcli/auth/proto.h
parent409cf45147f4f607b1f16baf837ef35ddc5c147a (diff)
downloadsamba-a46a00673d00659feaa4c53b049b16d71347243a.tar.gz
libcli/auth: add forward declaration for struct wkssvc_PasswordBuffer
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/auth/proto.h')
-rw-r--r--libcli/auth/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/auth/proto.h b/libcli/auth/proto.h
index 14237294fc9..c58a23f4e0a 100644
--- a/libcli/auth/proto.h
+++ b/libcli/auth/proto.h
@@ -189,6 +189,7 @@ bool set_pw_in_buffer(uint8_t buffer[516], DATA_BLOB *password);
************************************************************/
bool extract_pw_from_buffer(TALLOC_CTX *mem_ctx,
uint8_t in_buffer[516], DATA_BLOB *new_pass);
+struct wkssvc_PasswordBuffer;
void encode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx,
const char *pwd,
DATA_BLOB *session_key,