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
ef038144
...
ef0381448c8a196361f151322fe8b16cc4926860
authored
2003-02-21 13:00:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mhdraft_stream_create): New function.
1 parent
f25e4125
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 @
ef03814
...
...
@@ -314,3 +314,5 @@ void mhl_format_destroy (list_t *fmt);
void
mh_seq_add
__P
((
char
*
name
,
mh_msgset_t
*
mset
,
int
flags
));
int
mh_seq_delete
__P
((
char
*
name
,
mh_msgset_t
*
mset
,
int
flags
));
char
*
mh_seq_read
__P
((
char
*
name
,
int
flags
));
int
mhdraft_stream_create
__P
((
stream_t
*
stream
,
stream_t
src
,
int
flags
));
...
...
Please
register
or
sign in
to post a comment