summaryrefslogtreecommitdiff
path: root/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'music.h')
-rw-r--r--music.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/music.h b/music.h
index d62da7a..d2a014b 100644
--- a/music.h
+++ b/music.h
@@ -27,7 +27,9 @@ 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);
+GSList *music_find_artist(const gchar *name);
+GSList *music_find_title(const gchar *name);
+GSList *music_find_album(const gchar *name);
gchar *music_get_full_path(const gchar *path);
#endif