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
cbee47dd
...
cbee47ddf8e3bf0c26feaba2235cc21fa7cbf408
authored
2003-02-08 15:56:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new includes.
(mh_open_msg_file,mh_usedraft): New functions.
1 parent
adc224c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
cbee47d
...
...
@@ -42,6 +42,8 @@
#include <mailutils/errno.h>
#include <mailutils/nls.h>
#include <mailutils/argcv.h>
#include <mailutils/debug.h>
#include <mailutils/mailer.h>
#include <mu_asprintf.h>
#include <getline.h>
...
...
@@ -210,6 +212,7 @@ void mh_init __P((void));
void
mh_init2
__P
((
void
));
void
mh_read_profile
__P
((
void
));
int
mh_read_formfile
__P
((
char
*
name
,
char
**
pformat
));
mailbox_t
mh_open_msg_file
(
char
*
file_name
);
char
*
mh_global_profile_get
__P
((
char
*
name
,
char
*
defval
));
int
mh_global_profile_set
__P
((
const
char
*
name
,
const
char
*
value
));
...
...
Please
register
or
sign in
to post a comment