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_ecommunity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bgpd/bgp_ecommunity.h') diff --git a/bgpd/bgp_ecommunity.h b/bgpd/bgp_ecommunity.h index e266471f..e7be7865 100644 --- a/bgpd/bgp_ecommunity.h +++ b/bgpd/bgp_ecommunity.h @@ -47,7 +47,7 @@ struct ecommunity int size; /* Extended Communities value. */ - u_char *val; + u_int8_t *val; /* Human readable format string. */ char *str; @@ -64,7 +64,7 @@ struct ecommunity_val void ecommunity_init (void); void ecommunity_free (struct ecommunity *); struct ecommunity *ecommunity_new (void); -struct ecommunity *ecommunity_parse (char *, u_short); +struct ecommunity *ecommunity_parse (u_int8_t *, u_short); struct ecommunity *ecommunity_dup (struct ecommunity *); struct ecommunity *ecommunity_merge (struct ecommunity *, struct ecommunity *); struct ecommunity *ecommunity_intern (struct ecommunity *); -- cgit v1.2.1