mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:52:15 -04:00
remove extraneous blank line
This commit is contained in:
parent
cd8c92da37
commit
338d559b3e
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: mem.h,v 1.51 2001/06/05 22:14:20 tale Exp $ */
|
||||
/* $Id: mem.h,v 1.52 2001/06/06 21:02:43 bwelling Exp $ */
|
||||
|
||||
#ifndef ISC_MEM_H
|
||||
#define ISC_MEM_H 1
|
||||
|
|
@ -248,7 +248,6 @@ isc_mem_inuse(isc_mem_t *mctx);
|
|||
*/
|
||||
|
||||
void
|
||||
|
||||
isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg,
|
||||
size_t hiwater, size_t lowater);
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue