diff options
-rw-r--r-- | music.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ gboolean music_scan_root(); struct directory *music_find_dir(const gchar *path); struct file *music_find_file(const gchar *path); void music_free(); +GSList *music_find_artist(const gchar *_name); gchar *music_get_full_path(const gchar *path); #endif |