aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-13 21:07:46 +0000
commit5828db6d2dd0f1a405f9140373c37e07395466b6 (patch)
tree7e0a3309adc7623628e61aad414f5aa0fa13b3a1 /usr.sbin/ppp/filter.h
parenta611cad61ddd580230399f0ef61f637a208345fb (diff)
downloadsrc-5828db6d2dd0f1a405f9140373c37e07395466b6.tar.gz
src-5828db6d2dd0f1a405f9140373c37e07395466b6.zip
Move the IPCP into struct bundle.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=34557
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h
index 1342a996664f..5eb023343c54 100644
--- a/usr.sbin/ppp/filter.h
+++ b/usr.sbin/ppp/filter.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: filter.h,v 1.10 1997/10/26 01:02:35 brian Exp $
+ * $Id: filter.h,v 1.11 1997/11/22 03:37:30 brian Exp $
*
* TODO:
*/
@@ -76,7 +76,8 @@ extern struct filterent ofilters[MAXFILTERS]; /* outgoing packet filter */
extern struct filterent dfilters[MAXFILTERS]; /* dial-out packet filter */
extern struct filterent afilters[MAXFILTERS]; /* keep-alive packet filter */
-extern int ParseAddr(int, char const *const *, struct in_addr *, struct in_addr *, int *);
+extern int ParseAddr(struct ipcp *, int, char const *const *, struct in_addr *,
+ struct in_addr *, int *);
extern int ShowIfilter(struct cmdargs const *);
extern int ShowOfilter(struct cmdargs const *);
extern int ShowDfilter(struct cmdargs const *);