X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Flibelfu%2Ftypes.h;h=ab9f76ceee987ede5acd898a3446c3c8bc3bf177;hb=70b271e345debda7437c18f86c0f715a42a8267a;hp=e4dd26cc2e99cc1e9c2d0e4884ddd5eca40e87cc;hpb=b70b3ff9b1679bb1e0a215b7acd9b6d55497a46b;p=centaur.git diff --git a/include/libelfu/types.h b/include/libelfu/types.h index e4dd26c..ab9f76c 100644 --- a/include/libelfu/types.h +++ b/include/libelfu/types.h @@ -58,10 +58,9 @@ typedef struct ElfuReltab { typedef struct ElfuScn { GElf_Shdr shdr; - Elf_Data data; - struct ElfuScn *linkptr; struct ElfuScn *infoptr; + char *databuf; struct ElfuScn *oldptr;