aboutsummaryrefslogtreecommitdiffstats
path: root/src/netlink.h
blob: 115d59ab3d44381b85ef67fd119eed3545b890d2 (plain)
1
2
3
4
5
6
7
8
#ifndef PINGU_NETLINK_H
#define PINGU_NETLINK_H

#include <sys/types.h>

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

#endif