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
012990a8
...
012990a8280a2f8b048868dcd1e7b3ceb6a60fbc
authored
2002-04-15 11:22:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added missing includes. Removed external declaration of program_invocation_short_name.
1 parent
f0326d9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/mh.h
mh/mh.h
View file @
012990a
...
...
@@ -35,7 +35,10 @@
#include <mailutils/iterator.h>
#include <mailutils/address.h>
#include <mailutils/mutil.h>
#include <mailutils/stream.h>
#include <mailutils/filter.h>
#include <mailutils/url.h>
#include <mailutils/attribute.h>
#define MH_FMT_RALIGN 0x1000
#define MH_FMT_ZEROPAD 0x2000
...
...
@@ -138,7 +141,6 @@ extern size_t current_message;
extern
char
mh_list_format
[];
extern
header_t
ctx_header
;
extern
header_t
profile_header
;
extern
char
*
program_invocation_short_name
;
void
mh_init
(
void
);
void
mh_read_profile
(
void
);
...
...
Please
register
or
sign in
to post a comment