diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-20 20:58:15 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-20 20:58:51 +0400 |
commit | a44ed99c57f340a75e94e13edfb047e3f5a49539 (patch) | |
tree | 5664f11db9c52a8077ab73851c6becba1abaa14d /ospf6d/ospf6_message.c | |
parent | 87d29037b3f390cfb9d4e9e2aef4f0b49f98d557 (diff) | |
download | quagga-a44ed99c57f340a75e94e13edfb047e3f5a49539.tar.bz2 quagga-a44ed99c57f340a75e94e13edfb047e3f5a49539.tar.xz |
ospf6d: move named constants to ospf6d.h
Diffstat (limited to 'ospf6d/ospf6_message.c')
-rw-r--r-- | ospf6d/ospf6_message.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index 4db19da7..beec272b 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -227,8 +227,6 @@ ospf6_lsack_print (struct ospf6_header *oh) } /* Receive function */ -#define MSG_OK 0 -#define MSG_NG 1 static int ospf6_header_examin (struct in6_addr *src, struct in6_addr *dst, struct ospf6_interface *oi, struct ospf6_header *oh) |