summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.h
blob: dcfa5cd1c0aae57e97bb50db0d5b2fc08f198441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __GTKUI_H
#define __GTKUI_H

extern DB_functions_t *deadbeef;

struct _GSList;

void
gtkui_add_dirs (struct _GSList *lst);

void
gtkui_add_files (struct _GSList *lst);

void
gtkui_open_files (struct _GSList *lst);

#endif