From e0ea9bb5be34c464c67a1212e8924d0a38696d67 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 Nov 2017 22:09:41 -0800 Subject: Change API to match upstream Mesa --- build-id.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-id.h') 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); -- cgit v1.2.3