summaryrefslogtreecommitdiff
path: root/build-id.h
diff options
context:
space:
mode:
Diffstat (limited to 'build-id.h')
-rw-r--r--build-id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-id.h b/build-id.h
index c52a42b..ebe5a2e 100644
--- a/build-id.h
+++ b/build-id.h
@@ -33,5 +33,5 @@ build_id_find_nhdr(const char *name);
ElfW(Word)
build_id_length(const struct note *note);
-void
-build_id_read(const struct note *note, unsigned char *build_id);
+const uint8_t *
+build_id_data(const struct note *note);