Commit fb5db38f fb5db38ffb360b9f9a3cc8a31d78596b99098d45 by Sergey Poznyakoff

(mh_format_str): Added prototype.

1 parent c7c3363b
Showing 1 changed file with 1 additions and 0 deletions
...@@ -254,6 +254,7 @@ int mh_check_folder __P((char *pathname, int confirm)); ...@@ -254,6 +254,7 @@ int mh_check_folder __P((char *pathname, int confirm));
254 254
255 int mh_format __P((mh_format_t *fmt, message_t msg, size_t msgno, 255 int mh_format __P((mh_format_t *fmt, message_t msg, size_t msgno,
256 size_t width, char **pret)); 256 size_t width, char **pret));
257 int mh_format_str __P((mh_format_t *fmt, char *str, size_t width, char **pret));
257 void mh_format_dump __P((mh_format_t *fmt)); 258 void mh_format_dump __P((mh_format_t *fmt));
258 int mh_format_parse __P((char *format_str, mh_format_t *fmt)); 259 int mh_format_parse __P((char *format_str, mh_format_t *fmt));
259 void mh_format_debug __P((int val)); 260 void mh_format_debug __P((int val));
......