mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli/auth: add forward declaration for struct wkssvc_PasswordBuffer
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
409cf45147
commit
a46a00673d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user