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
f71cfc8b
...
f71cfc8bb7a329bf6b5bbe1034889eac92dd4d77
authored
2005-11-28 11:16:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_context_destroy,mh_context_merge): New proto
1 parent
d30b0a8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
f71cfc8
...
...
@@ -284,6 +284,8 @@ char *mh_context_get_value (mh_context_t *ctx, const char *name,
int
mh_context_set_value
(
mh_context_t
*
ctx
,
const
char
*
name
,
const
char
*
value
);
int
mh_context_iterate
(
mh_context_t
*
ctx
,
mh_context_iterator
fp
,
void
*
data
);
void
mh_context_destroy
(
mh_context_t
**
pctx
);
void
mh_context_merge
(
mh_context_t
*
dst
,
mh_context_t
*
src
);
int
mh_message_number
(
mu_message_t
msg
,
size_t
*
pnum
);
...
...
Please
register
or
sign in
to post a comment