diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2009-09-26 11:12:51 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2009-09-26 11:12:51 +0000 |
commit | 151bfa991daa354ecea4c9d2060f041f8fa09906 (patch) | |
tree | 2a5bdd5d8ad49e04d49e052d0d063f8450cf7f0b /usr.sbin/ripd/ripd.h | |
parent | e69065cc663741a898902013036cd3e66f90ff1c (diff) |
Whitespace cleanup.
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r-- | usr.sbin/ripd/ripd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h index 5c12401cee7..8aa4e1b48bc 100644 --- a/usr.sbin/ripd/ripd.h +++ b/usr.sbin/ripd/ripd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripd.h,v 1.18 2009/09/24 12:30:36 michele Exp $ */ +/* $OpenBSD: ripd.h,v 1.19 2009/09/26 11:12:50 michele Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -329,7 +329,7 @@ void main_imsg_compose_ripe(int, pid_t, void *, u_int16_t); void main_imsg_compose_rde(int, pid_t, void *, u_int16_t); int rip_redistribute(struct kroute *); void imsg_event_add(struct imsgev *); -int imsg_compose_event(struct imsgev *, u_int16_t, u_int32_t, +int imsg_compose_event(struct imsgev *, u_int16_t, u_int32_t, pid_t, int, void *, u_int16_t); /* parse.y */ |