summaryrefslogtreecommitdiff
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 @@
22#define _PLAYLIST_CATALOG_H_ 22#define _PLAYLIST_CATALOG_H_
23 23
24/* Gets the configured playlist catalog dir */ 24/* Gets the configured playlist catalog dir */
25const char* catalog_get_directory(void); 25void catalog_get_directory(char* dirbuf, size_t dirbuf_sz);
26 26
27/* Set the playlist catalog dir */ 27/* Set the playlist catalog dir */
28void catalog_set_directory(const char* directory); 28void catalog_set_directory(const char* directory);