summaryrefslogtreecommitdiff
path: root/mh/mh.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-24 12:23:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-24 12:23:57 +0000
commit81dca07b3d80f65dbb635a908f51020942265e73 (patch)
tree1edb0c0449b608806faa6f08a0daf4122d275c9c /mh/mh.h
parentc42264867705eb9672d715768de85ced889e2f42 (diff)
downloadmailutils-81dca07b3d80f65dbb635a908f51020942265e73.tar.gz
mailutils-81dca07b3d80f65dbb635a908f51020942265e73.tar.bz2
Use mu_address_sget functions, where possible.
Diffstat (limited to 'mh/mh.h')
-rw-r--r--mh/mh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh.h b/mh/mh.h
index 257b5027a..b3549d586 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -309,7 +309,7 @@ void mh_expand_aliases (mu_message_t msg, mu_address_t *addr_to,
mu_address_t *addr_cc,
mu_address_t *addr_bcc);
-int mh_is_my_name (char *name);
+int mh_is_my_name (const char *name);
char * mh_my_email (void);
int mh_iterate (mu_mailbox_t mbox, mh_msgset_t *msgset,

Return to:

Send suggestions and report system problems to the System administrator.