(mh_format_str): Added prototype.
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)); | ... | ... |
-
Please register or sign in to post a comment