diff options
author | Günther Deschner <gd@samba.org> | 2008-12-06 01:44:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-06 16:02:12 +0100 |
commit | be8c5323526b7e2a5306324d74120ebaec601baf (patch) | |
tree | a41468603d04e305653fb6f5f18d34fcb7e224bd /source3/include | |
parent | 20ba0a947a284d491871ef91a81b602cb97a96dd (diff) | |
download | samba-be8c5323526b7e2a5306324d74120ebaec601baf.tar.gz samba-be8c5323526b7e2a5306324d74120ebaec601baf.tar.bz2 samba-be8c5323526b7e2a5306324d74120ebaec601baf.zip |
s3-samr: remove all init_samr_alias* functions.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f881dae5fa..9c81cd7d8b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5572,12 +5572,6 @@ void init_netr_CryptPassword(const char *pwd, /* The following definitions come from rpc_client/init_samr.c */ -void init_samr_alias_info1(struct samr_AliasInfoAll *r, - const char *name, - uint32_t num_members, - const char *description); -void init_samr_alias_info3(struct lsa_String *r, - const char *description); void init_samr_CryptPasswordEx(const char *pwd, DATA_BLOB *session_key, struct samr_CryptPasswordEx *pwd_buf); |