aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/pap.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-02-01 13:42:25 +0000
committerBrian Somers <brian@FreeBSD.org>1999-02-01 13:42:25 +0000
commit8db502bbfdcb965a862728a85aa66f4c931d3582 (patch)
treef5b9837592bcf06174539c3f5e9d011be880de15 /usr.sbin/ppp/pap.h
parent4a735ee8b06a6491ccc353bc4fffa41b86f0740a (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/pap.h')
-rw-r--r--usr.sbin/ppp/pap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h
index b4b63af46dce..f0cd5e8ef068 100644
--- a/usr.sbin/ppp/pap.h
+++ b/usr.sbin/ppp/pap.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: pap.h,v 1.5.2.5 1998/05/01 19:25:32 brian Exp $
+ * $Id: pap.h,v 1.6 1998/05/21 21:47:21 brian Exp $
*
* TODO:
*/
@@ -29,5 +29,6 @@ struct physical;
struct authinfo;
struct bundle;
+extern void pap_Failed(struct physical *);
extern void pap_Input(struct bundle *, struct mbuf *, struct physical *);
extern void pap_SendChallenge(struct authinfo *, int, struct physical *);