Show
Ignore:
Timestamp:
2000-08-24 23:28:22 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

patch-bac.imapurl-2, with small modifications.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • account.h

    r2037 r2077  
    2121#ifndef _MUTT_ACCOUNT_H_ 
    2222#define _MUTT_ACCOUNT_H_ 1 
     23 
     24#include "url.h" 
    2325 
    2426/* account types */ 
     
    4749 
    4850int mutt_account_match (const ACCOUNT* a1, const ACCOUNT* m2); 
     51int mutt_account_fromurl (ACCOUNT* account, ciss_url_t* url); 
    4952int mutt_account_getuser (ACCOUNT* account); 
    5053int mutt_account_getpass (ACCOUNT* account);