diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-02-02 19:32:16 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-02-02 19:32:16 +0000 |
commit | 7a6f872047b686aa10864866e8c80b7d591f4f45 (patch) | |
tree | 1ddcf0984a59f7a40ff90ac252aa3e521e937b13 /usr.sbin/ppp/main.h | |
parent | 7308ec6890afae98c7b0e239eeda8a11e452e198 (diff) | |
download | src-test2-7a6f872047b686aa10864866e8c80b7d591f4f45.tar.gz src-test2-7a6f872047b686aa10864866e8c80b7d591f4f45.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/main.h')
-rw-r--r-- | usr.sbin/ppp/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 8e151ddd3d99..45200e47829c 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.h,v 1.8 1997/11/22 03:37:39 brian Exp $ + * $Id: main.h,v 1.9 1998/01/20 22:47:41 brian Exp $ * */ @@ -26,6 +26,6 @@ extern int tunno; extern void Cleanup(int); extern void TtyTermMode(void); -extern void PacketMode(int); +extern void PacketMode(struct bundle *, int); extern void TtyOldMode(void); extern void TtyCommandMode(int); |