diff options
author | pilot <pilot> | 2007-09-14 11:31:55 +0000 |
---|---|---|
committer | pilot <pilot> | 2007-09-14 11:31:55 +0000 |
commit | 3867c99f89bf2344f4b8f59a012e6810487299b4 (patch) | |
tree | ee856b74fa13b7a9ac257188ed16f2a905ff0cf2 /zebra/kernel_socket.h | |
parent | cb02334a29a30af1f04a58c9af79487629cc141f (diff) | |
download | quagga-3867c99f89bf2344f4b8f59a012e6810487299b4.tar.bz2 quagga-3867c99f89bf2344f4b8f59a012e6810487299b4.tar.xz |
Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).
Diffstat (limited to 'zebra/kernel_socket.h')
-rw-r--r-- | zebra/kernel_socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h index c903786b..8f8a2075 100644 --- a/zebra/kernel_socket.h +++ b/zebra/kernel_socket.h @@ -29,6 +29,5 @@ extern int ifm_read (struct if_msghdr *); extern int rtm_write (int, union sockunion *, union sockunion *, union sockunion *, unsigned int, int, int); extern struct message rtm_type_str[]; -extern int rtm_type_str_max; #endif /* __ZEBRA_KERNEL_SOCKET_H */ |