mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
19 lines
377 B
C
19 lines
377 B
C
/* impl.h.amc draft impl
|
|
*
|
|
* MANUAL RANK GUARDIAN POOL CLASS
|
|
*
|
|
* $HopeName: MMsrc!poolmrg.h(trunk.2) $
|
|
* Copyright (C) 1995,1997 Harlequin Group, all rights reserved
|
|
*/
|
|
|
|
#ifndef poolmrg_h
|
|
#define poolmrg_h
|
|
|
|
#include "mpm.h"
|
|
|
|
typedef struct MRGStruct *MRG;
|
|
|
|
extern PoolClass PoolClassMRG(void);
|
|
extern Res MRGRegister(Pool, Ref);
|
|
|
|
#endif /* poolmrg_h */
|