mud/fluffos-2.23-ds03/reclaim.h
2020-09-06 05:43:07 -07:00

10 lines
93 B
C

#ifndef RECLAIM_H
#define RECLAIM_H
/*
* reclaim.c
*/
int reclaim_objects (void);
#endif