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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h
index 8a3925b..bfeb3f2 100644
--- a/usr.sbin/ppp/pap.h
+++ b/usr.sbin/ppp/pap.h
@@ -15,15 +15,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: pap.h,v 1.3 1997/02/22 16:10:41 peter Exp $
*
* TODO:
*/
-#ifndef _PAP_H_
-#define _PAP_H_
-
#define PAP_REQUEST 1
#define PAP_ACK 2
#define PAP_NAK 3
-#endif
+
+extern struct authinfo AuthPapInfo;
OpenPOWER on IntegriCloud