summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcpproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/lcpproto.h')
-rw-r--r--usr.sbin/ppp/lcpproto.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h
index f4ddadf..f918893 100644
--- a/usr.sbin/ppp/lcpproto.h
+++ b/usr.sbin/ppp/lcpproto.h
@@ -15,14 +15,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: lcpproto.h,v 1.6 1997/02/22 16:10:25 peter Exp $
*
* TODO:
*/
#ifndef _LCPPROTO_H_
#define _LCPPROTO_H_
-#include "cdefs.h"
/*
* Definition of protocol numbers
@@ -42,12 +41,12 @@
#define PROTO_LQR 0xc025
#define PROTO_CHAP 0xc223
-extern void LcpInput __P((struct mbuf *bp));
-extern void PapInput __P((struct mbuf *bp));
-extern void LqpInput __P((struct mbuf *bp));
-extern void ChapInput __P((struct mbuf *bp));
-extern void IpInput __P((struct mbuf *bp));
-extern struct mbuf *VjCompInput __P((struct mbuf *bp, int proto));
-extern void IpcpInput __P((struct mbuf *bp));
-extern void LqrInput __P((struct mbuf *bp));
+extern void LcpInput(struct mbuf *bp);
+extern void PapInput(struct mbuf *bp);
+extern void LqpInput(struct mbuf *bp);
+extern void ChapInput(struct mbuf *bp);
+extern void IpInput(struct mbuf *bp);
+extern struct mbuf *VjCompInput(struct mbuf *bp, int proto);
+extern void IpcpInput(struct mbuf *bp);
+extern void LqrInput(struct mbuf *bp);
#endif
OpenPOWER on IntegriCloud