diff src/audacious/util.h @ 2340:eb71fec30e9a trunk

[svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir
author giacomo
date Mon, 15 Jan 2007 12:39:22 -0800
parents 345d38f25eb1
children 0fb258122933
line wrap: on
line diff
--- a/src/audacious/util.h	Mon Jan 15 09:48:56 2007 -0800
+++ b/src/audacious/util.h	Mon Jan 15 12:39:22 2007 -0800
@@ -141,6 +141,8 @@
 
 GdkPixbuf *audacious_create_colorized_pixbuf(GdkPixbuf *src, gint red, gint green, gint blue);
 
+gchar *audacious_get_localdir(void);
+
 G_END_DECLS
 
 #endif