(mu_expand_path_pattern): new prototype.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -118,6 +118,9 @@ extern void mu_register_retriever __P((list_t *pflist, mu_retrieve_fp fun)); | ... | @@ -118,6 +118,9 @@ extern void mu_register_retriever __P((list_t *pflist, mu_retrieve_fp fun)); |
118 | extern void * mu_retrieve __P((list_t flist, void *data)); | 118 | extern void * mu_retrieve __P((list_t flist, void *data)); |
119 | 119 | ||
120 | extern int mu_unroll_symlink __P((char *out, size_t outsz, const char *in)); | 120 | extern int mu_unroll_symlink __P((char *out, size_t outsz, const char *in)); |
121 | |||
122 | extern char * mu_expand_path_pattern __P((const char *pattern, | ||
123 | const char *username)); | ||
121 | 124 | ||
122 | #ifdef __cplusplus | 125 | #ifdef __cplusplus |
123 | } | 126 | } | ... | ... |
-
Please register or sign in to post a comment