Remove some stray extra prototypes
This commit is contained in:
parent
3825bb86c6
commit
9670df0e82
@ -40,7 +40,7 @@
|
||||
/*
|
||||
* This version is for use with mbufs on BSD-derived systems.
|
||||
*
|
||||
* $Id: bsd_comp.c,v 1.6 1997/02/22 09:40:57 peter Exp $
|
||||
* $Id: bsd_comp.c,v 1.7 1997/08/19 14:10:44 peter Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -193,12 +193,6 @@ struct compressor ppp_bsd_compress = {
|
||||
#define RATIO_SCALE (1<<RATIO_SCALE_LOG)
|
||||
#define RATIO_MAX (0x7fffffff>>RATIO_SCALE_LOG)
|
||||
|
||||
static void bsd_clear __P((struct bsd_db *));
|
||||
static int bsd_check __P((struct bsd_db *));
|
||||
static void *bsd_alloc __P((u_char *, int, int));
|
||||
static int bsd_init __P((struct bsd_db *, u_char *, int, int, int, int,
|
||||
int, int));
|
||||
|
||||
/*
|
||||
* clear the dictionary
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user