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/include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index f3954344fc..6072f07fe9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5036,15 +5036,6 @@ void init_netr_CryptPassword(const char *pwd, unsigned char session_key[16], struct netr_CryptPassword *pwd_buf); -/* 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); - /* The following definitions come from rpc_client/ndr.c */ struct tevent_req *cli_do_rpc_ndr_send(TALLOC_CTX *mem_ctx, -- cgit