summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.h
blob: ae88ecff5ff01c902dd394f4fa81ee87defec4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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);

void
gtkui_receive_fm_drop (char *mem, int length, int drop_y);

#endif