mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-16 08:10:43 -08:00
Pass buffer init args through
Copied from Perforce Change: 18945 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
04cc601046
commit
691623ab4e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.h.mpmtypes: MEMORY POOL MANAGER TYPES
|
||||
*
|
||||
* $HopeName: MMsrc!mpmtypes.h(trunk.34) $
|
||||
* $HopeName: MMsrc!mpmtypes.h(trunk.35) $
|
||||
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
|
||||
*
|
||||
* .readership: MM developers.
|
||||
|
|
@ -104,7 +104,7 @@ typedef Res (*PoolInitMethod)(Pool pool, va_list args);
|
|||
typedef void (*PoolFinishMethod)(Pool pool);
|
||||
typedef Res (*PoolAllocMethod)(Addr *pReturn, Pool pool, Size size);
|
||||
typedef void (*PoolFreeMethod)(Pool pool, Addr old, Size size);
|
||||
typedef Res (*PoolBufferInitMethod)(Pool pool, Buffer buf);
|
||||
typedef Res (*PoolBufferInitMethod)(Pool pool, Buffer buf, va_list args);
|
||||
typedef void (*PoolBufferFinishMethod)(Pool pool, Buffer buf);
|
||||
typedef Res (*PoolBufferFillMethod)(Seg *segReturn,
|
||||
Addr *baseReturn, Addr *limitReturn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue