From ef8eed28d34c7dcb0366800389b385ba1f288c0f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 Nov 2017 22:51:05 -0800 Subject: Rename "note" to "build_id_note" to avoid potential collisions --- build-id.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build-id.h') diff --git a/build-id.h b/build-id.h index ebe5a2e..6828875 100644 --- a/build-id.h +++ b/build-id.h @@ -25,13 +25,13 @@ #define _GNU_SOURCE #include -struct note; +struct build_id_note; -const struct note * +const struct build_id_note * build_id_find_nhdr(const char *name); ElfW(Word) -build_id_length(const struct note *note); +build_id_length(const struct build_id_note *note); const uint8_t * -build_id_data(const struct note *note); +build_id_data(const struct build_id_note *note); -- cgit v1.2.3