(mu_mailbox_set_default_proto,mu_mailbox_get_default_proto): New prototypes.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -33,6 +33,10 @@ const char *mu_mail_directory (void); | ... | @@ -33,6 +33,10 @@ 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 | 35 | ||
36 | /* Default mailbox protocol */ | ||
37 | int mu_mailbox_set_default_proto (const char *proto); | ||
38 | const char *mu_mailbox_get_default_proto (void); | ||
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 *); |
38 | extern void mu_mailbox_destroy (mu_mailbox_t *); | 42 | extern void mu_mailbox_destroy (mu_mailbox_t *); | ... | ... |
-
Please register or sign in to post a comment