aboutsummaryrefslogtreecommitdiffstats
path: root/netlink.h
blob: 8c4492580c23138c55ca6a33bfcd2b5283733b18 (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);

#endif