summaryrefslogtreecommitdiff
path: root/include/libelfu/generic.h
blob: 9d9aefb0249e8636d04d340fd69478cb114bf0f0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LIBELFU_GENERIC_H__
#define __LIBELFU_GENERIC_H__

#include <gelf.h>


size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);

#endif