(mu_register_getpwuid): Fixed declaration.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -463,7 +463,7 @@ mu_getpwnam (const char *name) | ... | @@ -463,7 +463,7 @@ mu_getpwnam (const char *name) |
463 | static list_t _app_getpwuid = NULL; | 463 | static list_t _app_getpwuid = NULL; |
464 | 464 | ||
465 | void | 465 | void |
466 | mu_register_getpwuid (struct passwd *(*fun) __P((uid_t))) | 466 | mu_register_getpwuid (struct passwd *(*fun) __P((uid_t *))) |
467 | { | 467 | { |
468 | mu_register_retriever (&_app_getpwuid, (mu_retrieve_fp)fun); | 468 | mu_register_retriever (&_app_getpwuid, (mu_retrieve_fp)fun); |
469 | } | 469 | } | ... | ... |
-
Please register or sign in to post a comment