Changeset 2077:a3e4585aadf7 for account.h
Legend:
- Unmodified
- Added
- Removed
-
account.h
r2037 r2077 21 21 #ifndef _MUTT_ACCOUNT_H_ 22 22 #define _MUTT_ACCOUNT_H_ 1 23 24 #include "url.h" 23 25 24 26 /* account types */ … … 47 49 48 50 int mutt_account_match (const ACCOUNT* a1, const ACCOUNT* m2); 51 int mutt_account_fromurl (ACCOUNT* account, ciss_url_t* url); 49 52 int mutt_account_getuser (ACCOUNT* account); 50 53 int mutt_account_getpass (ACCOUNT* account);
