summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/pap.h
diff options
context:
space:
mode:
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 b4b63af..f0cd5e8 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 *);
OpenPOWER on IntegriCloud