diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-08-25 22:21:03 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-08-25 22:21:03 +0200 |
commit | 381d191019f876af5bb2cdfac783194755762800 (patch) | |
tree | 736b48b21ca848ee75fc05f5a625925e54127e3d | |
parent | 81cbc6b11d2db49aad1856f0f145b74e4cce62fa (diff) |
Added music_find_artist() prototype to music.h.
-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 |