(mh_draft_name,mh_whom): New functions.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -302,6 +302,8 @@ int mh_whatnow __P((struct mh_whatnow_env *wh, int initial_edit)); | ... | @@ -302,6 +302,8 @@ int mh_whatnow __P((struct mh_whatnow_env *wh, int initial_edit)); |
302 | int mh_disposition __P((const char *filename)); | 302 | int mh_disposition __P((const char *filename)); |
303 | int mh_usedraft __P((const char *filename)); | 303 | int mh_usedraft __P((const char *filename)); |
304 | int mh_file_copy __P((const char *from, const char *to)); | 304 | int mh_file_copy __P((const char *from, const char *to)); |
305 | char *mh_draft_name __P((void)); | ||
306 | int mh_whom __P((char *filename, int check)); | ||
305 | 307 | ||
306 | void mh_annotate __P((message_t msg, char *field, char *text, int date)); | 308 | void mh_annotate __P((message_t msg, char *field, char *text, int date)); |
307 | 309 | ||
... | @@ -316,3 +318,5 @@ int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags)); | ... | @@ -316,3 +318,5 @@ int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags)); |
316 | char *mh_seq_read __P((char *name, int flags)); | 318 | char *mh_seq_read __P((char *name, int flags)); |
317 | 319 | ||
318 | int mhdraft_stream_create __P((stream_t *stream, stream_t src, int flags)); | 320 | int mhdraft_stream_create __P((stream_t *stream, stream_t src, int flags)); |
321 | |||
322 | ... | ... |
-
Please register or sign in to post a comment