9d9aefb0249e8636d04d340fd69478cb114bf0f0
[centaur.git] / include / libelfu / generic.h
1 #ifndef __LIBELFU_GENERIC_H__
2 #define __LIBELFU_GENERIC_H__
3
4 #include <gelf.h>
5
6
7 size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);
8
9 #endif