summaryrefslogtreecommitdiffstats
path: root/apps/playlist_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.h')
-rw-r--r--apps/playlist_catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 17efd0ea7e..bb16e2dad9 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -22,7 +22,7 @@
#define _PLAYLIST_CATALOG_H_
/* Gets the configured playlist catalog dir */
-const char* catalog_get_directory(void);
+void catalog_get_directory(char* dirbuf, size_t dirbuf_sz);
/* Set the playlist catalog dir */
void catalog_set_directory(const char* directory);