diff options
Diffstat (limited to 'tools/lsd/hash.h')
-rw-r--r-- | tools/lsd/hash.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/lsd/hash.h b/tools/lsd/hash.h deleted file mode 100644 index af29b9e..0000000 --- a/tools/lsd/hash.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef HASH_H -#define HASH_H - -#include <common.h> -#include <libelf.h> -#include <gelf.h> - -int hash_lookup(Elf *elf, - Elf_Data *hash, - Elf_Data *symtab, - Elf_Data *symstr, - const char *symname); - -#endif/*HASH_H*/ |