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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/playlist_catalog.h b/apps/playlist_catalog.h
index 2c2a2d4158..2e317128b7 100644
--- a/apps/playlist_catalog.h
+++ b/apps/playlist_catalog.h
@@ -21,6 +21,12 @@
#ifndef _PLAYLIST_CATALOG_H_
#define _PLAYLIST_CATALOG_H_
+/* Gets the configured playlist catalog dir */
+const char* catalog_get_directory(void);
+
+/* Set the playlist catalog dir */
+void catalog_set_directory(const char* directory);
+
/*
* View list of playlists in catalog.
* ret : true if no error