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
3f037c83
...
3f037c839a77f99fd8c1231497337f034381b910
authored
2001-10-19 13:26:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Prototypes for new functions.
1 parent
e4eb027e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
3f037c8
...
...
@@ -134,9 +134,14 @@ extern size_t current_message;
extern
char
mh_list_format
[];
void
mh_init
(
void
);
void
mh_save_context
(
void
);
int
mh_read_context_file
(
char
*
path
,
header_t
*
header
);
int
mh_write_context_file
(
char
*
path
,
header_t
header
);
int
mh_read_formfile
(
char
*
name
,
char
**
pformat
);
int
mh_getyn
(
const
char
*
fmt
,
...);
int
mh_check_folder
(
char
*
pathname
);
int
mh_format
(
mh_format_t
*
fmt
,
message_t
msg
,
size_t
msgno
,
char
*
buffer
,
size_t
bufsize
);
int
mh_format_parse
(
char
*
format_str
,
mh_format_t
*
fmt
);
...
...
Please
register
or
sign in
to post a comment