6fb6620d16d20c0f508e76ab571c993492ea72a4
[centaur.git] / include / libelfu / fixup.h
1 #ifndef __LIBELFU_FIXUP_H__
2 #define __LIBELFU_FIXUP_H__
3
4 #include <libelf.h>
5 #include <gelf.h>
6
7 void elfu_fixupPhdrSelfRef(Elf *e);
8
9 #endif