diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-01-29 00:44:16 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-01-29 00:44:16 +0000 |
commit | 1ae349f52c53416e04f1d038a8210f1a9fa7db2c (patch) | |
tree | 949a52dbf9e0080edfd66338d9cf404c2cb25205 /usr.sbin/ppp/vjcomp.h | |
download | src-1ae349f52c53416e04f1d038a8210f1a9fa7db2c.tar.gz src-1ae349f52c53416e04f1d038a8210f1a9fa7db2c.zip |
This commit was manufactured by cvs2svn to create branch 'MP'.
Notes
Notes:
svn path=/cvs2svn/branches/MP/; revision=32861
Diffstat (limited to 'usr.sbin/ppp/vjcomp.h')
-rw-r--r-- | usr.sbin/ppp/vjcomp.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h new file mode 100644 index 000000000000..615894cfc0c8 --- /dev/null +++ b/usr.sbin/ppp/vjcomp.h @@ -0,0 +1,32 @@ +/*- + * Copyright (c) 1997 Brian Somers <brian@Awfulhak.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $Id: vjcomp.h,v 1.4 1997/12/21 12:11:10 brian Exp $ + */ + +extern void VjInit(int); +extern void SendPppFrame(struct mbuf *); +extern struct mbuf *VjCompInput(struct mbuf *, int); +extern const char *vj2asc(u_int32_t); |