aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_netlink.h')
-rw-r--r--pingu_netlink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pingu_netlink.h b/pingu_netlink.h
index 79fd673..95fb6f3 100644
--- a/pingu_netlink.h
+++ b/pingu_netlink.h
@@ -2,7 +2,9 @@
#define PINGU_NETLINK_H
#include <ev.h>
+#include "pingu_iface.h"
int kernel_init(struct ev_loop *loop);
-
+int kernel_route_modify(int action, struct pingu_gateway *route,
+ struct pingu_iface *iface, int table);
#endif