summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ipconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ipconfig.h b/include/ipconfig.h
index 34463eb9..295bba8d 100644
--- a/include/ipconfig.h
+++ b/include/ipconfig.h
@@ -81,6 +81,8 @@ struct connman_ipconfig_ops {
void (*lower_down) (struct connman_ipconfig *ipconfig);
void (*ip_bound) (struct connman_ipconfig *ipconfig);
void (*ip_release) (struct connman_ipconfig *ipconfig);
+ void (*route_set) (struct connman_ipconfig *ipconfig);
+ void (*route_unset) (struct connman_ipconfig *ipconfig);
};
struct connman_ipconfig *connman_ipconfig_create(int index,