summaryrefslogtreecommitdiff
path: root/build-id.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-11-24 22:51:05 -0800
committerMatt Turner <mattst88@gmail.com>2017-11-24 23:37:07 -0800
commitef8eed28d34c7dcb0366800389b385ba1f288c0f (patch)
tree526966138f619f2212e0dcf6f480aaae13c0f055 /build-id.h
parente0ea9bb5be34c464c67a1212e8924d0a38696d67 (diff)
Rename "note" to "build_id_note" to avoid potential collisions
Diffstat (limited to 'build-id.h')
-rw-r--r--build-id.h8
1 files changed, 4 insertions, 4 deletions
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 <link.h>
-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);