diff src/audacious/playlist.h @ 3737:9c4633afc0a8

fix an oops
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:46:25 -0500
parents 26910525cec8
children 48a596a86459
line wrap: on
line diff
--- a/src/audacious/playlist.h	Sat Oct 13 20:41:39 2007 -0500
+++ b/src/audacious/playlist.h	Sat Oct 13 20:46:25 2007 -0500
@@ -245,6 +245,8 @@
 
 gboolean playlist_playlists_equal(Playlist *p1, Playlist *p2);
 
+extern const gchar *get_gentitle_format(void);
+
 G_END_DECLS
 
 #endif