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
5fe6e140
...
5fe6e140893144965a1f2661e13cef9ed32ec088
authored
2002-03-12 03:58:29 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mu_verror() wasn't prototyped.
1 parent
4a69bb5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/error.h
include/mailutils/error.h
View file @
5fe6e14
...
...
@@ -27,6 +27,7 @@ extern "C" {
typedef
int
(
*
error_pfn_t
)
__P
((
const
char
*
fmt
,
va_list
ap
));
extern
int
mu_verror
__P
((
const
char
*
fmt
,
va_list
ap
));
extern
int
mu_error
__P
((
const
char
*
fmt
,
...));
extern
void
mu_error_set_print
__P
((
error_pfn_t
));
...
...
Please
register
or
sign in
to post a comment