Move section-in-segment.c to generic/
[centaur.git] / include / libelfu / generic.h
1 #ifndef __LIBELFU_GENERIC_H__
2 #define __LIBELFU_GENERIC_H__
3
4 #include <libelf/gelf.h>
5
6
7 size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);
8
9 int elfu_gPhdrContainsScn(GElf_Phdr *phdr, GElf_Shdr *shdr);
10
11 #endif