diff options
author | Günther Deschner <gd@samba.org> | 2009-06-25 12:12:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-25 12:19:17 +0200 |
commit | 313a2bfa527796f6512b2589a8b567c86436cf12 (patch) | |
tree | 3c06eaae4c4cd1018dfceef254e762919c1220d0 /source3/include | |
parent | f62d9f5b5774c6066229ce029bc7c96f8478a3b1 (diff) | |
download | samba-313a2bfa527796f6512b2589a8b567c86436cf12.tar.gz samba-313a2bfa527796f6512b2589a8b567c86436cf12.tar.bz2 samba-313a2bfa527796f6512b2589a8b567c86436cf12.zip |
s3-netlogon: remove init_netr_SamInfo functions.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 17d754c832..c40b4b6e73 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5553,58 +5553,6 @@ void init_lsa_AsciiStringLarge(struct lsa_AsciiStringLarge *name, const char *s) /* The following definitions come from rpc_client/init_netlogon.c */ -void init_netr_SamBaseInfo(struct netr_SamBaseInfo *r, - NTTIME last_logon, - NTTIME last_logoff, - NTTIME acct_expiry, - NTTIME last_password_change, - NTTIME allow_password_change, - NTTIME force_password_change, - const char *account_name, - const char *full_name, - const char *logon_script, - const char *profile_path, - const char *home_directory, - const char *home_drive, - uint16_t logon_count, - uint16_t bad_password_count, - uint32_t rid, - uint32_t primary_gid, - struct samr_RidWithAttributeArray groups, - uint32_t user_flags, - struct netr_UserSessionKey key, - const char *logon_server, - const char *domain, - struct dom_sid2 *domain_sid, - struct netr_LMSessionKey LMSessKey, - uint32_t acct_flags); -void init_netr_SamInfo3(struct netr_SamInfo3 *r, - NTTIME last_logon, - NTTIME last_logoff, - NTTIME acct_expiry, - NTTIME last_password_change, - NTTIME allow_password_change, - NTTIME force_password_change, - const char *account_name, - const char *full_name, - const char *logon_script, - const char *profile_path, - const char *home_directory, - const char *home_drive, - uint16_t logon_count, - uint16_t bad_password_count, - uint32_t rid, - uint32_t primary_gid, - struct samr_RidWithAttributeArray groups, - uint32_t user_flags, - struct netr_UserSessionKey key, - const char *logon_server, - const char *domain, - struct dom_sid2 *domain_sid, - struct netr_LMSessionKey LMSessKey, - uint32_t acct_flags, - uint32_t sidcount, - struct netr_SidAttr *sids); NTSTATUS serverinfo_to_SamInfo2(struct auth_serversupplied_info *server_info, uint8_t *pipe_session_key, size_t pipe_session_key_len, |