aboutsummaryrefslogtreecommitdiffstats
path: root/netlink.h
blob: 4e2ceb2cd35e22ef1defe7c91aa32a0dc02dc84b (plain)
1
2
3
4
5
6
#ifndef PINGU_NETLINK_H
#define PINGU_NETLINK_H

int netlink_route_get(struct sockaddr *dst, u_int16_t *mtu, char *ifname);

#endif