341df887096e80f072a568abc391cc1cd0224f18
[centaur.git] / include / libelfu / copy.h
1 #ifndef __LIBELFU_COPY_H_
2 #define __LIBELFU_COPY_H_
3
4 #include <libelf.h>
5 #include <gelf.h>
6
7 void elfu_copyElf(Elf *eo, Elf *ei);
8
9 #endif