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, 2 insertions, 0 deletions
diff --git a/pingu_route.h b/pingu_route.h
index 9be6f21..c416182 100644
--- a/pingu_route.h
+++ b/pingu_route.h
@@ -19,6 +19,8 @@ struct pingu_route {
struct list_head route_list_entry;
};
+char *pingu_route_to_string(struct pingu_route *route,
+ char *buf, size_t bufsize);
void pingu_route_del_all(struct list_head *head);
void pingu_route_add(struct list_head *route_list,
struct pingu_route *gw);