diff src/audacious/util.h @ 2442:44df6c17411b trunk

[svn] - split out albumart locating functions into a seperate file and make the public API available in util.h
author nenolod
date Mon, 29 Jan 2007 10:11:01 -0800
parents b31111934cd3
children 7934ac463591
line wrap: on
line diff
--- a/src/audacious/util.h	Mon Jan 29 09:55:26 2007 -0800
+++ b/src/audacious/util.h	Mon Jan 29 10:11:01 2007 -0800
@@ -118,6 +118,9 @@
 
 void audacious_menu_main_show( gint x , gint y , guint button , guint time );
 
+gchar* fileinfo_recursive_get_image(const gchar* path,
+        const gchar* file_name, gint depth);
+
 G_END_DECLS
 
 #endif