summaryrefslogtreecommitdiff
path: root/mh/mh.h
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh.h')
-rw-r--r--mh/mh.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mh/mh.h b/mh/mh.h
index 69be72de2..76bc85e37 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -344,3 +344,7 @@ char *mh_draft_name (void);
char *mh_create_message_id (int);
-int mh_whom (const char *filename, int check);
+
+int mh_whom_header (mu_header_t hdr);
+int mh_whom_file (const char *filename, int check);
+int mh_whom_message (mu_message_t msg, int check);
+
void mh_set_reply_regex (const char *str);

Return to:

Send suggestions and report system problems to the System administrator.