libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / glue / init_term_dyn.h
blobe35ae8c811e7dfc63cbaab997a63b0867fc777ea
1 /*
2 * Copyright 2003-2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef INIT_TERM_DYN_H
6 #define INIT_TERM_DYN_H
9 #include <image.h>
12 void __haiku_init_before(image_id id);
13 void __haiku_init_after(image_id id);
14 void __haiku_term_before(image_id id);
15 void __haiku_term_after(image_id id);
18 #endif /* INIT_TERM_DYN_H */