diff options
Diffstat (limited to 'zebra/kernel_socket.h')
-rw-r--r-- | zebra/kernel_socket.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h index 26cd6127f..41b322185 100644 --- a/zebra/kernel_socket.h +++ b/zebra/kernel_socket.h @@ -30,12 +30,12 @@ #define ZEBRA_ERR_RTNOEXIST -4 #define ZEBRA_ERR_KERNEL -5 -extern void rtm_read (struct rt_msghdr *); -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 *, union sockunion *, - unsigned int, int, int); +extern void rtm_read(struct rt_msghdr *); +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 *, union sockunion *, unsigned int, int, + int); extern const struct message rtm_type_str[]; #endif /* __ZEBRA_KERNEL_SOCKET_H */ |