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
0a5d8a71
...
0a5d8a7194252f5e43eb6934c7bcf57b1287033c
authored
2002-09-19 14:57:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_get_message): New prototype.
1 parent
548fc274
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
0a5d8a7
...
...
@@ -221,6 +221,8 @@ int mh_is_my_name __P((char *name));
int
mh_iterate
__P
((
mailbox_t
mbox
,
mh_msgset_t
*
msgset
,
mh_iterator_fp
itr
,
void
*
data
));
size_t
mh_get_message
(
mailbox_t
mbox
,
size_t
seqno
,
message_t
*
mesg
);
void
*
xmalloc
__P
((
size_t
));
void
*
xrealloc
__P
((
void
*
,
size_t
));
...
...
Please
register
or
sign in
to post a comment