summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/ripd.h
diff options
context:
space:
mode:
authorMichele Marchetto <michele@cvs.openbsd.org>2009-09-26 11:12:51 +0000
committerMichele Marchetto <michele@cvs.openbsd.org>2009-09-26 11:12:51 +0000
commit151bfa991daa354ecea4c9d2060f041f8fa09906 (patch)
tree2a5bdd5d8ad49e04d49e052d0d063f8450cf7f0b /usr.sbin/ripd/ripd.h
parente69065cc663741a898902013036cd3e66f90ff1c (diff)
Whitespace cleanup.
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r--usr.sbin/ripd/ripd.h4
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 */