aboutsummaryrefslogtreecommitdiffstats
path: root/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'netlink.h')
-rw-r--r--netlink.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/netlink.h b/netlink.h
deleted file mode 100644
index 4e2ceb2..0000000
--- a/netlink.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef PINGU_NETLINK_H
-#define PINGU_NETLINK_H
-
-int netlink_route_get(struct sockaddr *dst, u_int16_t *mtu, char *ifname);
-
-#endif