aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/config.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
commitb26e03e907b28890d50e9725e49bff91c497eff9 (patch)
treee74efc02aeb6451716959ec5a3fe1ebc244ef0b6 /usr.sbin/rtadvd/config.h
parentd81c3dbd425853cec94b19fbb24c5d4a100c5a5b (diff)
downloadsrc-b26e03e907b28890d50e9725e49bff91c497eff9.tar.gz
src-b26e03e907b28890d50e9725e49bff91c497eff9.zip
Sync with latest KAME
Obtained from: KAME
Notes
Notes: svn path=/head/; revision=62656
Diffstat (limited to 'usr.sbin/rtadvd/config.h')
-rw-r--r--usr.sbin/rtadvd/config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/rtadvd/config.h b/usr.sbin/rtadvd/config.h
index f8729d46a1d5..76f42a0495ae 100644
--- a/usr.sbin/rtadvd/config.h
+++ b/usr.sbin/rtadvd/config.h
@@ -1,7 +1,9 @@
+/* $KAME$ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -13,7 +15,7 @@
* 3. Neither the name of the project nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -29,6 +31,7 @@
* $FreeBSD$
*/
-extern void getconfig __P((char *));
-extern void delete_prefix __P((struct rainfo *, struct prefix *));
-extern void make_prefix __P((struct rainfo *, int, struct in6_addr *, int));
+extern void getconfig __P((char *));
+extern void delete_prefix __P((struct rainfo *, struct prefix *));
+extern void make_prefix __P((struct rainfo *, int, struct in6_addr *, int));
+extern void make_packet __P((struct rainfo *));