diff src/audacious/util.c @ 3757:d24d28e76588

export util_get_localdir().
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:11:21 -0500
parents 0e5da33a32b7
children 8d8699eb659d
line wrap: on
line diff
--- a/src/audacious/util.c	Sun Oct 14 21:07:03 2007 -0500
+++ b/src/audacious/util.c	Sun Oct 14 21:11:21 2007 -0500
@@ -949,7 +949,7 @@
 
 
 /**
- * audacious_get_localdir:
+ * util_get_localdir:
  *
  * Returns a string with the full path of Audacious local datadir (where config files are placed).
  * It's useful in order to put in the right place custom config files for audacious plugins.
@@ -957,7 +957,7 @@
  * Return value: a string with full path of Audacious local datadir (should be freed after use)
  **/
 gchar*
-audacious_get_localdir(void)
+util_get_localdir(void)
 {
   gchar *datadir;
   gchar *tmp;