Commit 7e409fbc 7e409fbc6a86d401b51c04dfc01ed35b3934747e by Sergey Poznyakoff

(mu_normalize_maildir) Added prototype.

1 parent 583dce7c
......@@ -75,6 +75,7 @@ extern struct passwd * getpwnam_virtual __P((const char *u));
extern char * mu_get_user_email __P((char *name));
extern char * mu_normalize_path __P((char *path, const char *delim));
extern char * mu_normalize_maildir __P((const char *dir));
#ifdef __cplusplus
}
......