summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/pred.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
committerBrian Somers <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
commit944f709824ad3bd24c8318843a65198f6ef36c85 (patch)
tree462e956d74fef28e32846916ec1a402792684dc4 /usr.sbin/ppp/pred.h
parent30761f8783061e89a32aa2109678f3cfa65cbaac (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/pred.h')
-rw-r--r--usr.sbin/ppp/pred.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h
index 356a034247e69..26b139e9faad5 100644
--- a/usr.sbin/ppp/pred.h
+++ b/usr.sbin/ppp/pred.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: pred.h,v 1.3 1997/02/22 16:10:48 peter Exp $
+ * $Id: pred.h,v 1.4 1997/06/09 03:27:35 brian Exp $
*
* TODO:
*/
@@ -23,7 +23,8 @@
#ifndef _PRED_H_
#define _PRED_H_
-extern void Pred1Output(int, u_short, struct mbuf *bp);
-extern void Pred1Input(struct mbuf*);
+extern void Pred1Output(int, u_short, struct mbuf * bp);
+extern void Pred1Input(struct mbuf *);
extern void Pred1Init(int);
+
#endif