summaryrefslogtreecommitdiffstats
path: root/libelf/libelf.h
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-07-07 03:43:47 +0000
committerUlrich Drepper <[email protected]>2006-07-07 03:43:47 +0000
commit28ed895fdc303b2a793506bb1fcdd35d5fd14e70 (patch)
tree1385a2d5f0e844e26990b9da92b784ca73c73000 /libelf/libelf.h
parent1d3a64d70c8f2aec1fc3ae26d124823c1ef304a9 (diff)
merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0
and fda3a25581b7bfac581504e9e887e9b97f234f86
Diffstat (limited to 'libelf/libelf.h')
-rw-r--r--libelf/libelf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libelf/libelf.h b/libelf/libelf.h
index 21c42b64..d8d8487c 100644
--- a/libelf/libelf.h
+++ b/libelf/libelf.h
@@ -371,6 +371,10 @@ extern void elf_fill (int __fill);
extern unsigned long int elf_hash (const char *__string)
__attribute__ ((__pure__));
+/* Compute hash value using the GNU-specific hash function. */
+extern unsigned long int elf_gnu_hash (const char *__string)
+ __attribute__ ((__pure__));
+
/* Compute simple checksum from permanent parts of the ELF file. */
extern long int elf32_checksum (Elf *__elf);