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
8b0b30ef
...
8b0b30ef386794ebb06e40beffc24c59949ad46e
authored
2002-08-04 08:16:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_register_getpwuid): Fixed declaration.
1 parent
70ad1f36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
8b0b30e
...
...
@@ -463,7 +463,7 @@ mu_getpwnam (const char *name)
static
list_t
_app_getpwuid
=
NULL
;
void
mu_register_getpwuid
(
struct
passwd
*
(
*
fun
)
__P
((
uid_t
)))
mu_register_getpwuid
(
struct
passwd
*
(
*
fun
)
__P
((
uid_t
*
)))
{
mu_register_retriever
(
&
_app_getpwuid
,
(
mu_retrieve_fp
)
fun
);
}
...
...
Please
register
or
sign in
to post a comment