Changeset 3437:71b9f5245f22 for account.h
Legend:
- Unmodified
- Added
- Removed
-
account.h
r2766 r3437 1 1 /* 2 * Copyright (C) 2000 Brendan Cully <brendan@kublai.com>2 * Copyright (C) 2000-3 Brendan Cully <brendan@kublai.com> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify … … 53 53 int mutt_account_getuser (ACCOUNT* account); 54 54 int mutt_account_getpass (ACCOUNT* account); 55 void mutt_account_unsetpass (ACCOUNT* account); 55 56 56 57 #endif /* _MUTT_ACCOUNT_H_ */
