summaryrefslogtreecommitdiff
path: root/include/libelfu/elfops.h
blob: 48ef3808641df972673242418532f9ed8a7528c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LIBELFU_ELFOPS_H_
#define __LIBELFU_ELFOPS_H_

#include <libelf.h>
#include <gelf.h>

#include <libelfu/types.h>


int elfu_eCheck(Elf *e);


#endif