diff options
Diffstat (limited to 'zebra/kernel_socket.h')
| -rw-r--r-- | zebra/kernel_socket.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h index 04e3054312..4d6d54a63a 100644 --- a/zebra/kernel_socket.h +++ b/zebra/kernel_socket.h @@ -17,7 +17,7 @@   * You should have received a copy of the GNU General Public License   * along with Quagga; see the file COPYING.  If not, write to the Free   * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA.   + * 02111-1307, USA.   */  #ifndef __ZEBRA_KERNEL_SOCKET_H @@ -31,12 +31,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 */  | 
