fix a few more of the patches for gcc 4.8.3. patch now applies cleanly
[AROS.git] / workbench / utilities / Installer / cleanup.h
blob07d494f6c95e038a78c885a234647185703a38c0
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /* cleanup.h -- Prototypes for all functions used before exiting program */
8 #ifndef _CLEANUP_H
9 #define _CLEANUP_H
11 extern void cleanup();
12 extern void end_alloc();
13 extern void outofmem(void *);
15 #endif /* _CLEANUP_H */