aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_route.h')
-rw-r--r--pingu_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_route.h b/pingu_route.h
index 0d61beb..9be6f21 100644
--- a/pingu_route.h
+++ b/pingu_route.h
@@ -26,6 +26,6 @@ void pingu_route_del(struct list_head *route_list,
struct pingu_route *gw);
int is_default_gw(struct pingu_route *route);
struct pingu_route *pingu_route_first_default(struct list_head *route_list);
-
+void pingu_route_cleanup(struct list_head *route_list);
#endif