2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 /* cleanup.h -- Prototypes for all functions used before exiting program */
11 extern void cleanup();
12 extern void end_alloc();
13 extern void outofmem(void *);
15 #endif /* _CLEANUP_H */