From 8478770c357f712f1fc3b8a0a9a5f9e730388abb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 18:59:45 +0200 Subject: s3-rpc_client: move protos to init_samr.h Guenther --- source3/rpc_client/init_samr.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 source3/rpc_client/init_samr.h (limited to 'source3/rpc_client/init_samr.h') diff --git a/source3/rpc_client/init_samr.h b/source3/rpc_client/init_samr.h new file mode 100644 index 0000000000..1ddaef6615 --- /dev/null +++ b/source3/rpc_client/init_samr.h @@ -0,0 +1,9 @@ +/* The following definitions come from rpc_client/init_samr.c */ + +void init_samr_CryptPasswordEx(const char *pwd, + DATA_BLOB *session_key, + struct samr_CryptPasswordEx *pwd_buf); +void init_samr_CryptPassword(const char *pwd, + DATA_BLOB *session_key, + struct samr_CryptPassword *pwd_buf); + -- cgit