s3-dcerpc: Refactor calculate_data_len_tosend()
[samba.git] / source3 / rpc_client / init_samr.h
1 /* The following definitions come from rpc_client/init_samr.c  */
2
3 void init_samr_CryptPasswordEx(const char *pwd,
4                                DATA_BLOB *session_key,
5                                struct samr_CryptPasswordEx *pwd_buf);
6 void init_samr_CryptPassword(const char *pwd,
7                              DATA_BLOB *session_key,
8                              struct samr_CryptPassword *pwd_buf);
9