diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 2f911499b..09a9bc4e8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -82,4 +82,6 @@ mpd_malloc void *xrealloc(void *ptr, size_t size); mpd_malloc void *xcalloc(size_t nmemb, size_t size); +char *parsePath(char *path); + #endif |