mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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,
|
bool extract_pw_from_buffer(TALLOC_CTX *mem_ctx,
|
||||||
uint8_t in_buffer[516], DATA_BLOB *new_pass);
|
uint8_t in_buffer[516], DATA_BLOB *new_pass);
|
||||||
|
struct wkssvc_PasswordBuffer;
|
||||||
void encode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx,
|
void encode_wkssvc_join_password_buffer(TALLOC_CTX *mem_ctx,
|
||||||
const char *pwd,
|
const char *pwd,
|
||||||
DATA_BLOB *session_key,
|
DATA_BLOB *session_key,
|
||||||
|
Loading…
Reference in New Issue
Block a user