Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).

This commit is contained in:
David Greenman 1994-09-13 16:02:20 +00:00
parent de88805bc0
commit b18394cb09
2 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
* $Id$
* $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $
*/
/*
@ -27,8 +27,6 @@ int cfreecount = 0;
#define INITIAL_CBLOCKS 50
#endif
void cblock_alloc_cblocks __P((int));
#define MBUF_DIAG
#ifdef MBUF_DIAG
void

View File

@ -6,7 +6,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
* $Id$
* $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $
*/
/*
@ -27,8 +27,6 @@ int cfreecount = 0;
#define INITIAL_CBLOCKS 50
#endif
void cblock_alloc_cblocks __P((int));
#define MBUF_DIAG
#ifdef MBUF_DIAG
void