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.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 @@
21#ifndef _PLAYLIST_CATALOG_H_ 21#ifndef _PLAYLIST_CATALOG_H_
22#define _PLAYLIST_CATALOG_H_ 22#define _PLAYLIST_CATALOG_H_
23 23
24/* Gets the configured playlist catalog dir */
25const char* catalog_get_directory(void);
26
27/* Set the playlist catalog dir */
28void catalog_set_directory(const char* directory);
29
24/* 30/*
25 * View list of playlists in catalog. 31 * View list of playlists in catalog.
26 * ret : true if no error 32 * ret : true if no error