Commit 3ae7726b 3ae7726b519088ae95c900c9b5457449173c1010 by Sergey Poznyakoff

(mh_makedir): New function

1 parent 74592334
Showing 1 changed file with 1 additions and 0 deletions
......@@ -262,6 +262,7 @@ int mh_interactive_mode_p (void);
int mh_getyn (const char *fmt, ...);
int mh_getyn_interactive (const char *fmt, ...);
int mh_check_folder (char *pathname, int confirm);
int mh_makedir (char *p);
int mh_format (mh_format_t *fmt, mu_message_t msg, size_t msgno,
size_t width, char **pret);
......