changeset 3737:9c4633afc0a8

fix an oops
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:46:25 -0500
parents 269449ad845e
children 48a596a86459 b5d550755bad
files src/audacious/playlist.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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