summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
commit2764b86afdc99a30f4b1a4da2c04db8aa7aa785d (patch)
tree0cb588250996f90611161eaaa08e4d721765d9b3 /usr.sbin/ppp/arp.h
parentd24f017be800e31ad16d74ae3366abab383cefe0 (diff)
downloadsrc-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.tar.gz
src-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.zip
o Move alias function pointers into loadalias.c
o Move Var*Version into command.c o Remove struct pppVars (and there was much rejoicing) ! o Forward-decl some structs in .h files to avoid include ordering requirements and remove a few more redundant #includes.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=35089
Diffstat (limited to 'usr.sbin/ppp/arp.h')
-rw-r--r--usr.sbin/ppp/arp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h
index 2e4e58daecc5..0ccf7e08bf02 100644
--- a/usr.sbin/ppp/arp.h
+++ b/usr.sbin/ppp/arp.h
@@ -17,9 +17,11 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: arp.h,v 1.7.2.3 1998/02/08 11:04:38 brian Exp $
+ * $Id: arp.h,v 1.7.2.4 1998/02/21 01:44:56 brian Exp $
*
*/
+struct bundle;
+
extern int cifproxyarp(struct bundle *, struct in_addr, int);
extern int sifproxyarp(struct bundle *, struct in_addr, int);