diff options
author | paul <paul> | 2004-06-04 17:58:18 +0000 |
---|---|---|
committer | paul <paul> | 2004-06-04 17:58:18 +0000 |
commit | 5228ad27e2f3abe0ebb69f66607aedc048b94a13 (patch) | |
tree | a65817a03150dbfeb56a1eaceab526f31be1cc1d /bgpd/bgp_community.h | |
parent | c2bfbcc38428b53e856617e1da8bbe9f8d2ee2fa (diff) |
2004-06-04 Paul Jakma <paul@dishone.st>
* type mismatch fixes
Diffstat (limited to 'bgpd/bgp_community.h')
-rw-r--r-- | bgpd/bgp_community.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |