summaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-25 06:28:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-25 06:28:22 +0000
commitd915b258fa0b8996331499e60068f04596a843e4 (patch)
tree7b88aec7f0b051b8b961254534db59affba02ccd /account.h
parentd42280540776cbbc02233dfbd1d45beba99396e9 (diff)
patch-bac.imapurl-2, with small modifications.
Diffstat (limited to 'account.h')
-rw-r--r--account.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/account.h b/account.h
index 9e21c269..bae65297 100644
--- a/account.h
+++ b/account.h
@@ -21,6 +21,8 @@
#ifndef _MUTT_ACCOUNT_H_
#define _MUTT_ACCOUNT_H_ 1
+#include "url.h"
+
/* account types */
enum
{
@@ -46,6 +48,7 @@ typedef struct
} ACCOUNT;
int mutt_account_match (const ACCOUNT* a1, const ACCOUNT* m2);
+int mutt_account_fromurl (ACCOUNT* account, ciss_url_t* url);
int mutt_account_getuser (ACCOUNT* account);
int mutt_account_getpass (ACCOUNT* account);