summaryrefslogtreecommitdiff
path: root/mh/mh.h
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh.h')
-rw-r--r--mh/mh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mh.h b/mh/mh.h
index 4984d483c..65921e37d 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -387,5 +387,6 @@ char *mh_safe_make_file_name (const char *dir, const char *file);
void mh_mailbox_get_cur (mu_mailbox_t mbox, size_t *pcur);
void mh_mailbox_set_cur (mu_mailbox_t mbox, size_t cur);
-void mh_whatnow_env_from_environ (struct mh_whatnow_env *wh);
+void mh_whatnow_env_from_environ_early (struct mh_whatnow_env *wh);
+void mh_whatnow_env_from_environ_late (struct mh_whatnow_env *wh);
void mh_whatnow_env_to_environ (struct mh_whatnow_env *wh);

Return to:

Send suggestions and report system problems to the System administrator.