From 381d191019f876af5bb2cdfac783194755762800 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 25 Aug 2010 22:21:03 +0200 Subject: Added music_find_artist() prototype to music.h. --- music.h | 1 + 1 file changed, 1 insertion(+) (limited to 'music.h') diff --git a/music.h b/music.h index c4d3bbf..d62da7a 100644 --- a/music.h +++ b/music.h @@ -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 -- cgit v1.2.3