diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:48:03 -0700 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-18 20:18:29 +0100 |
commit | b2d933f8280a4d9eee8a9330282e705514a96a03 (patch) | |
tree | c3ffbd21046c1ca3ba19f1535c39c6707847745d /bgpd/bgp_debug.h | |
parent | 01b7ce2db345429d7abc0446840f1d5c303c80af (diff) |
[bgpd/cleanup] make message lists read only
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 71e110ce..ce8547b0 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -122,7 +122,7 @@ extern const char *bgp_type_str[]; extern int bgp_dump_attr (struct peer *, struct attr *, char *, size_t); extern void bgp_notify_print (struct peer *, struct bgp_notify *, const char *); -extern struct message bgp_status_msg[]; -extern int bgp_status_msg_max; +extern const struct message bgp_status_msg[]; +extern const int bgp_status_msg_max; #endif /* _QUAGGA_BGP_DEBUG_H */ |