diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-10-26 01:04:02 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-10-26 01:04:02 +0000 |
| commit | 75240ed1789e0754da5b1024dcb80dcfc5dae0c3 (patch) | |
| tree | ef7296fa69b93cfce40120da724736ed6c9b347e /usr.sbin/ppp/vjcomp.h | |
| parent | 11ea2762ebb2a63ea051e522e95837700de85d17 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/vjcomp.h')
| -rw-r--r-- | usr.sbin/ppp/vjcomp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h new file mode 100644 index 000000000000..4fda8f1474b2 --- /dev/null +++ b/usr.sbin/ppp/vjcomp.h @@ -0,0 +1,6 @@ +/* + * $Id: $ + */ + +extern void VjInit(int); +extern void SendPppFrame(struct mbuf *); |
