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
70ad1f36
...
70ad1f36b834729278a62aa84a16836e54f291b7
authored
2002-08-04 08:15:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_register_getpwuid): Fixed proto.
1 parent
9f18461e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
70ad1f3
...
...
@@ -62,7 +62,7 @@ extern size_t mu_cpystr __P ((char *dst, const char *src, size_t size));
struct
passwd
;
extern
void
mu_register_getpwnam
__P
((
struct
passwd
*
(
*
fun
)
__P
((
const
char
*
))));
extern
void
mu_register_getpwuid
__P
((
struct
passwd
*
(
*
fun
)
__P
((
uid_t
))));
extern
void
mu_register_getpwuid
__P
((
struct
passwd
*
(
*
fun
)
__P
((
uid_t
*
))));
extern
struct
passwd
*
mu_getpwnam
__P
((
const
char
*
name
));
extern
struct
passwd
*
mu_getpwuid
__P
((
uid_t
uid
));
...
...
Please
register
or
sign in
to post a comment