Added declaration for mu_normalize_path().
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -74,6 +74,7 @@ extern int mu_virtual_domain; | ... | @@ -74,6 +74,7 @@ extern int mu_virtual_domain; |
74 | extern struct passwd * getpwnam_virtual __P((const char *u)); | 74 | extern struct passwd * getpwnam_virtual __P((const char *u)); |
75 | 75 | ||
76 | extern char * mu_get_user_email __P((char *name)); | 76 | extern char * mu_get_user_email __P((char *name)); |
77 | extern char * mu_normalize_path __P((char *path, const char *delim)); | ||
77 | 78 | ||
78 | #ifdef __cplusplus | 79 | #ifdef __cplusplus |
79 | } | 80 | } | ... | ... |
-
Please register or sign in to post a comment