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
729b794c
...
729b794c1c62269852dcc3a8f697c574afae966d
authored
2005-08-16 11:15:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove __P() and __PMT() wrappers
1 parent
ad2a23ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
include/mailutils/errno.hin
include/mailutils/errno.hin
View file @
729b794
...
...
@@ -30,8 +30,8 @@ extern "C" {
$
MESSAGE_DEFS
const
char
*
mu_errname
__P
((
int
e
)
);
const
char
*
mu_strerror
__P
((
int
e
)
);
const
char
*
mu_errname
(
int
e
);
const
char
*
mu_strerror
(
int
e
);
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment