From 97456fa7bb23c22e2a06ca4a99e62e75529f8a91 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Mar 2012 09:16:03 +0100 Subject: pingu_route: add helper function for generating route string Use for logging. --- pingu_route.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pingu_route.h') 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); -- cgit v1.2.3