summaryrefslogtreecommitdiffstats
path: root/daemon/main.h
blob: b4c5e5bf32fcd978a3863d5f9ddf38c5ec3fa7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef foomainhfoo
#define foomainhfoo

#include <sys/select.h>

extern fd_set listen_wfds, listen_rfds, select_wfds, select_rfds;

extern gboolean fail;

extern guint32 default_verdict;

extern gboolean log_packets;

#endif