(mu_mailbox_set_default_proto,mu_mailbox_get_default_proto): New prototypes.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -32,6 +32,10 @@ void mu_set_folder_directory (const char *p); | ... | @@ -32,6 +32,10 @@ void mu_set_folder_directory (const char *p); |
32 | const char *mu_mail_directory (void); | 32 | const char *mu_mail_directory (void); |
33 | const char *mu_folder_directory (void); | 33 | const char *mu_folder_directory (void); |
34 | int mu_construct_user_mailbox_url (char **pout, const char *name); | 34 | int mu_construct_user_mailbox_url (char **pout, const char *name); |
35 | |||
36 | /* Default mailbox protocol */ | ||
37 | int mu_mailbox_set_default_proto (const char *proto); | ||
38 | const char *mu_mailbox_get_default_proto (void); | ||
35 | 39 | ||
36 | /* Constructor/destructor and possible types. */ | 40 | /* Constructor/destructor and possible types. */ |
37 | extern int mu_mailbox_create (mu_mailbox_t *, const char *); | 41 | extern int mu_mailbox_create (mu_mailbox_t *, const char *); | ... | ... |
-
Please register or sign in to post a comment