6eaa6ac5d5
Move prototypes into the correct headers.
8 lines
182 B
C
8 lines
182 B
C
/*
|
|
* $Id: vjcomp.h,v 1.1 1997/10/26 01:04:02 brian Exp $
|
|
*/
|
|
|
|
extern void VjInit(int);
|
|
extern void SendPppFrame(struct mbuf *);
|
|
extern struct mbuf *VjCompInput(struct mbuf *, int);
|