diff src/audacious/playlist.h @ 4532:97b29dec6c6b

moved away some stuff from main.c
author mf0102 <0102@gmx.at>
date Thu, 08 May 2008 22:49:52 +0200
parents 0fe46317167f
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/playlist.h	Mon May 05 07:48:56 2008 -0500
+++ b/src/audacious/playlist.h	Thu May 08 22:49:52 2008 +0200
@@ -106,6 +106,8 @@
     PLAYLIST_ASSOC_SHUFFLE
 } PlaylistAssociation;
 
+extern const guint n_titlestring_presets;
+
 PlaylistEntry *playlist_entry_new(const gchar * filename,
                                   const gchar * title, const gint len,
 				  InputPlugin * dec);