(mh_draft_message): New prototype.
(xmalloc,xrealloc): Remove prototypes
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -215,7 +215,6 @@ struct mh_whatnow_env /* whatnow shell environment */ | ... | @@ -215,7 +215,6 @@ struct mh_whatnow_env /* whatnow shell environment */ |
215 | char *msg; /* File name of the original message (if any) */ | 215 | char *msg; /* File name of the original message (if any) */ |
216 | char *draftfile; /* File to preserve the draft into */ | 216 | char *draftfile; /* File to preserve the draft into */ |
217 | char *draftfolder; | 217 | char *draftfolder; |
218 | char *draftmessage; | ||
219 | char *editor; | 218 | char *editor; |
220 | char *prompt; | 219 | char *prompt; |
221 | char *anno_field; /* Annotate field to be used */ | 220 | char *anno_field; /* Annotate field to be used */ |
... | @@ -318,8 +317,7 @@ size_t mh_get_message (mu_mailbox_t mbox, size_t seqno, mu_message_t *mesg); | ... | @@ -318,8 +317,7 @@ size_t mh_get_message (mu_mailbox_t mbox, size_t seqno, mu_message_t *mesg); |
318 | 317 | ||
319 | int mh_decode_rcpt_flag (const char *arg); | 318 | int mh_decode_rcpt_flag (const char *arg); |
320 | 319 | ||
321 | void *xmalloc (size_t); | 320 | int mh_draft_message (const char *name, const char *msgspec, char **pname); |
322 | void *xrealloc (void *, size_t); | ||
323 | 321 | ||
324 | int mh_spawnp (const char *prog, const char *file); | 322 | int mh_spawnp (const char *prog, const char *file); |
325 | int mh_whatnow (struct mh_whatnow_env *wh, int initial_edit); | 323 | int mh_whatnow (struct mh_whatnow_env *wh, int initial_edit); | ... | ... |
-
Please register or sign in to post a comment