Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7a24d879
...
7a24d8796e7cdee187c7ca07f3f42d5eac404c17
authored
2006-01-27 15:15:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_draft_message): New prototype.
(xmalloc,xrealloc): Remove prototypes
1 parent
0ded81db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
mh/mh.h
mh/mh.h
View file @
7a24d87
...
...
@@ -215,7 +215,6 @@ struct mh_whatnow_env /* whatnow shell environment */
char
*
msg
;
/* File name of the original message (if any) */
char
*
draftfile
;
/* File to preserve the draft into */
char
*
draftfolder
;
char
*
draftmessage
;
char
*
editor
;
char
*
prompt
;
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);
int
mh_decode_rcpt_flag
(
const
char
*
arg
);
void
*
xmalloc
(
size_t
);
void
*
xrealloc
(
void
*
,
size_t
);
int
mh_draft_message
(
const
char
*
name
,
const
char
*
msgspec
,
char
**
pname
);
int
mh_spawnp
(
const
char
*
prog
,
const
char
*
file
);
int
mh_whatnow
(
struct
mh_whatnow_env
*
wh
,
int
initial_edit
);
...
...
Please
register
or
sign in
to post a comment