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
a68a5bff
...
a68a5bff55a06e18fa17d42acaf9f16e521a0d2f
authored
2003-03-14 14:43:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_comp_draft,check_draft_disposition): New functions.
1 parent
38426df0
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 @
a68a5bf
...
...
@@ -319,4 +319,6 @@ char *mh_seq_read __P((char *name, int flags));
int
mhdraft_stream_create
__P
((
stream_t
*
stream
,
stream_t
src
,
int
flags
));
void
mh_comp_draft
__P
((
char
*
formfile
,
char
*
defformfile
,
char
*
draftfile
));
int
check_draft_disposition
__P
((
struct
mh_whatnow_env
*
wh
,
int
use_draft
));
...
...
Please
register
or
sign in
to post a comment