Commit a83c767b a83c767b9765211ca1b06d84644014c199777bb9 by Sergey Poznyakoff

Prototype for mu_get_user_email.

1 parent bb98dcbb
......@@ -72,6 +72,8 @@ extern struct passwd * mu_getpwnam __P((const char *name));
extern int mu_virtual_domain;
extern struct passwd * getpwnam_virtual __P((const char *u));
extern char * mu_get_user_email __P((char *name));
#ifdef __cplusplus
}
......