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

#include <glib.h>
#include <linux/netfilter.h>
#include <libipq/libipq.h>

int daemon_init();
void daemon_done();

void daemon_verdict(unsigned long id, guint r);

#endif