summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted/defs.h')
-rw-r--r--usr.sbin/IPXrouted/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h
index a295028..55e08b3 100644
--- a/usr.sbin/IPXrouted/defs.h
+++ b/usr.sbin/IPXrouted/defs.h
@@ -34,7 +34,7 @@
*
* @(#)defs.h 8.1 (Berkeley) 6/5/93
*
- * $Id$
+ * $Id: defs.h,v 1.5 1997/02/22 16:00:55 peter Exp $
*/
#include <sys/types.h>
@@ -96,11 +96,11 @@ extern char **argv0;
#define DELETE 2
#define CHANGE 3
-void sndmsg(struct sockaddr *, int, struct interface *);
-void supply(struct sockaddr *, int, struct interface *);
+void sndmsg(struct sockaddr *, int, struct interface *, int);
+void supply(struct sockaddr *, int, struct interface *, int);
void addrouteforif(struct interface *);
void ifinit(void);
-void toall(void (*f)(struct sockaddr *, int, struct interface *),
- struct rt_entry *);
+void toall(void (*f)(struct sockaddr *, int, struct interface *, int),
+ struct rt_entry *, int);
void rip_input(struct sockaddr *, int);
OpenPOWER on IntegriCloud