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
12184522
...
12184522f07c1fa413cbd01f5e7584067d5747cc
authored
2003-01-31 14:59:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format): Changed declaration.
(mh_format_debug): New function.
1 parent
79cc7f2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mh/mh.h
mh/mh.h
View file @
1218452
...
...
@@ -224,9 +224,10 @@ int mh_getyn __P((const char *fmt, ...));
int
mh_check_folder
__P
((
char
*
pathname
,
int
confirm
));
int
mh_format
__P
((
mh_format_t
*
fmt
,
message_t
msg
,
size_t
msgno
,
char
*
buffer
,
size_t
bufsize
));
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
));
void
mh_format_free
__P
((
mh_format_t
*
fmt
));
mh_builtin_t
*
mh_lookup_builtin
__P
((
char
*
name
,
int
*
rest
));
...
...
Please
register
or
sign in
to post a comment