diff audacious/playlist.h @ 1554:51c1bf500d3f trunk

[svn] - some experimental shit
author nenolod
date Thu, 10 Aug 2006 19:03:21 -0700
parents f4ece39e4252
children 2229b67f1b89
line wrap: on
line diff
--- a/audacious/playlist.h	Thu Aug 10 18:49:44 2006 -0700
+++ b/audacious/playlist.h	Thu Aug 10 19:03:21 2006 -0700
@@ -171,4 +171,8 @@
 
 extern PlaylistEntry *playlist_position;
 
+extern void playlist_load_ins_file(const gchar * filename,
+                                   const gchar * playlist_name, gint pos,
+                                   const gchar * title, gint len);
+
 #endif