summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/phase.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/phase.h')
-rw-r--r--usr.sbin/ppp/phase.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/ppp/phase.h b/usr.sbin/ppp/phase.h
index e2386a6..e3f3b1c 100644
--- a/usr.sbin/ppp/phase.h
+++ b/usr.sbin/ppp/phase.h
@@ -15,14 +15,11 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: phase.h,v 1.6 1997/06/09 03:27:35 brian Exp $
+ * $Id: phase.h,v 1.7 1997/08/25 00:29:25 brian Exp $
*
* TODO:
*/
-#ifndef _PHASE_H_
-#define _PHASE_H_
-
#define PHASE_DEAD 0 /* Link is dead */
#define PHASE_ESTABLISH 1 /* Establishing link */
#define PHASE_AUTHENTICATE 2 /* Being authenticated */
@@ -30,9 +27,6 @@
#define PHASE_TERMINATE 4 /* Terminating link */
#define PHASE_OSLINKED 5 /* The OS is linked up */
-int phase; /* Curent phase */
+extern int phase; /* Curent phase */
extern void NewPhase(int);
-extern char *PhaseNames[];
-
-#endif
OpenPOWER on IntegriCloud