libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / runtime_loader / elf_versioning.h
blob18c8e9e44a311e8a983296d7e3771bd70f113c28
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ELF_VERSIONING_H
6 #define ELF_VERSIONING_H
8 #include "runtime_loader_private.h"
11 status_t init_image_version_infos(image_t* image);
12 status_t check_needed_image_versions(image_t* image);
15 #endif // ELF_VERSIONING_H