summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 11:14:50 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 11:14:50 -0700
commitc79601be23704a67bf57180c68bdd99c8597b9b5 (patch)
tree0fba4031e2dbee0d61d1fdd85d98cebc88f77749 /bgpd/bgp_debug.h
parenteba0c68edeea14ae926ba3eed69723c5d28863e8 (diff)
parenta934c0d16652b8089b46df855780d5c775dfe27e (diff)
downloadquagga-c79601be23704a67bf57180c68bdd99c8597b9b5.tar.bz2
quagga-c79601be23704a67bf57180c68bdd99c8597b9b5.tar.xz
Merge branch 'jenner' of nehalam:git/vyatta-quagga into jenner
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h4
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 */