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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ppp/phase.h b/usr.sbin/ppp/phase.h
index 25614c4..2bee812 100644
--- a/usr.sbin/ppp/phase.h
+++ b/usr.sbin/ppp/phase.h
@@ -15,14 +15,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: phase.h,v 1.5 1997/02/22 16:10:44 peter Exp $
*
* TODO:
*/
#ifndef _PHASE_H_
#define _PHASE_H_
-#include "cdefs.h"
#define PHASE_DEAD 0 /* Link is dead */
#define PHASE_ESTABLISH 1 /* Establishing link */
@@ -33,6 +32,6 @@
int phase; /* Curent phase */
-extern void NewPhase __P((int));
+extern void NewPhase(int);
extern char *PhaseNames[];
#endif
OpenPOWER on IntegriCloud