(struct _mu_record): Fix member names. All uses changed
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -30,10 +30,10 @@ struct _mu_record | ... | @@ -30,10 +30,10 @@ struct _mu_record |
30 | { | 30 | { |
31 | int priority; /* Higher priority records are scanned first */ | 31 | int priority; /* Higher priority records are scanned first */ |
32 | const char *scheme; | 32 | const char *scheme; |
33 | int (*_mu_url) (mu_url_t); | 33 | int (*_url) (mu_url_t); |
34 | int (*_mu_mailbox) (mu_mailbox_t); | 34 | int (*_mailbox) (mu_mailbox_t); |
35 | int (*_mu_mailer) (mu_mailer_t); | 35 | int (*_mailer) (mu_mailer_t); |
36 | int (*_mu_folder) (mu_folder_t); | 36 | int (*_folder) (mu_folder_t); |
37 | void *data; /* back pointer. */ | 37 | void *data; /* back pointer. */ |
38 | 38 | ||
39 | /* Stub functions to override. The default is to return the fields. */ | 39 | /* Stub functions to override. The default is to return the fields. */ | ... | ... |
-
Please register or sign in to post a comment