summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.h
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-08-13 16:03:06 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-08-13 16:03:06 +0000
commitdc95824ae13d65156dd873a6e784d9a0eed2f39f (patch)
treefa53aa99e517d9cfe5c56474051afdaa1bc9a666 /zebra/kernel_socket.h
parent068fd77cff0ce09b6390641abd84fc09a89c49db (diff)
Merged own patch for the bug #391 (debugging and comments mostly).
Diffstat (limited to 'zebra/kernel_socket.h')
-rw-r--r--zebra/kernel_socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h
index a3923c5e..c903786b 100644
--- a/zebra/kernel_socket.h
+++ b/zebra/kernel_socket.h
@@ -28,5 +28,7 @@ extern int ifam_read (struct ifa_msghdr *);
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 */