v22.2b14/
v22.2b14/Win32/
v22.2b14/compat/
v22.2b14/testsuite/
v22.2b14/testsuite/clone/
v22.2b14/testsuite/command/
v22.2b14/testsuite/data/
v22.2b14/testsuite/etc/
v22.2b14/testsuite/include/
v22.2b14/testsuite/inherit/
v22.2b14/testsuite/inherit/master/
v22.2b14/testsuite/log/
v22.2b14/testsuite/single/
v22.2b14/testsuite/single/tests/compiler/
v22.2b14/testsuite/single/tests/efuns/
v22.2b14/testsuite/single/tests/operators/
v22.2b14/testsuite/u/
v22.2b14/tmp/
#ifndef CLASS_H
#define CLASS_H

/* It is usually better to include "lpc_incl.h" instead of including this
   directly */

void dealloc_class PROT((array_t *));
void free_class PROT((array_t *));
array_t *allocate_class PROT((class_def_t *, int));
array_t *allocate_class_by_size PROT((int));
array_t *allocate_empty_class_by_size PROT((int));

#endif