summaryrefslogtreecommitdiff
path: root/accel-pppd/include/ap_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/include/ap_net.h')
-rw-r--r--accel-pppd/include/ap_net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_net.h b/accel-pppd/include/ap_net.h
index 91ebdd5..984c6c1 100644
--- a/accel-pppd/include/ap_net.h
+++ b/accel-pppd/include/ap_net.h
@@ -31,6 +31,7 @@ struct ap_net {
void (*rtnl_put)(struct rtnl_handle *);
int (*rtnl_open)(struct rtnl_handle *h, int proto);
int (*move_link)(struct ap_net *net, int ifindex);
+ int (*get_ifindex)(const char * ifname);
void (*release)(struct ap_net *net);
};