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
1a0bcb4e
...
1a0bcb4e5136cb10acf2b3839e9b4e995b202292
authored
2001-09-17 14:12:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Extern declarations for current_folder, current_message, mh_list_format, etc.
1 parent
c910e0ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
1a0bcb4
...
...
@@ -39,6 +39,8 @@
#define MH_FMT_ZEROPAD 0x2000
#define MH_WIDTH_MASK 0x0fff
#define MH_SEQUENCES_FILE ".mh_sequences"
enum
mh_opcode
{
/* 0. Stop. Format: mhop_stop */
...
...
@@ -127,7 +129,14 @@ struct mh_builtin
int
optarg
;
};
extern
char
*
current_folder
;
extern
size_t
current_message
;
extern
char
mh_list_format
[];
void
mh_init
(
void
);
int
mh_read_context_file
(
char
*
path
,
header_t
*
header
);
char
*
mh_read_formfile
(
char
*
name
);
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