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
fb5db38f
...
fb5db38ffb360b9f9a3cc8a31d78596b99098d45
authored
2003-10-06 13:11:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format_str): Added prototype.
1 parent
c7c3363b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
fb5db38
...
...
@@ -254,6 +254,7 @@ int mh_check_folder __P((char *pathname, int confirm));
int
mh_format
__P
((
mh_format_t
*
fmt
,
message_t
msg
,
size_t
msgno
,
size_t
width
,
char
**
pret
));
int
mh_format_str
__P
((
mh_format_t
*
fmt
,
char
*
str
,
size_t
width
,
char
**
pret
));
void
mh_format_dump
__P
((
mh_format_t
*
fmt
));
int
mh_format_parse
__P
((
char
*
format_str
,
mh_format_t
*
fmt
));
void
mh_format_debug
__P
((
int
val
));
...
...
Please
register
or
sign in
to post a comment