summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:44:26 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:47:49 +0100
commit7e20827fce4ac2609a834329e16fad363c58a201 (patch)
treee9353fcf825403bbe757cffa23a7fc5cd1190406 /plugins/gtkui/gtkplaylist.h
parent312708ff37f4edd0f4d5777b63ffc0af7c7237da (diff)
ported open/add files into gtkui plugin
Diffstat (limited to 'plugins/gtkui/gtkplaylist.h')
-rw-r--r--plugins/gtkui/gtkplaylist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkplaylist.h b/plugins/gtkui/gtkplaylist.h
index 3d7c956e..ddeb479f 100644
--- a/plugins/gtkui/gtkplaylist.h
+++ b/plugins/gtkui/gtkplaylist.h
@@ -86,6 +86,9 @@ typedef struct {
gtkpl_column_t *columns;
} gtkplaylist_t;
+extern gtkplaylist_t main_playlist;
+extern gtkplaylist_t search_playlist;
+
#define GTKPL_PROLOGUE \
gtkplaylist_t *ps = (gtkplaylist_t *)gtk_object_get_data (GTK_OBJECT (widget), "ps"); assert (ps);