Commit 14594002 14594002025feb32aeea35bd4efe3023c7cdf0e2 by Sergey Poznyakoff

Prototypes for the new functions.

1 parent 521dc384
......@@ -64,6 +64,12 @@ extern char * mu_tilde_expansion __P ((const char *ref, const char *delim, const
extern size_t util_cpystr __P ((char *dst, const char *src, size_t size));
struct passwd;
void mu_register_getpwnam __P((struct passwd *(*fun) __P((char *))));
struct password * mu_getpwnam __P((const char *name));
#ifdef __cplusplus
}
#endif
......