From 5228ad27e2f3abe0ebb69f66607aedc048b94a13 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 4 Jun 2004 17:58:18 +0000 Subject: 2004-06-04 Paul Jakma * type mismatch fixes --- bgpd/bgp_community.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_community.h') diff --git a/bgpd/bgp_community.h b/bgpd/bgp_community.h index 58b3f9e6..898ca9e8 100644 --- a/bgpd/bgp_community.h +++ b/bgpd/bgp_community.h @@ -51,7 +51,7 @@ struct community void community_init (); void community_free (struct community *); struct community *community_uniq_sort (struct community *); -struct community *community_parse (char *, u_short); +struct community *community_parse (u_int32_t *, u_short); struct community *community_intern (struct community *); void community_unintern (struct community *); char *community_str (struct community *); -- cgit v1.2.1