From dc0cb6998dde6b74c24d991133f774b90e211a92 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 Nov 2017 22:22:25 -0800 Subject: Add "by_name" to function name In preparation for adding a "by_symbol" equivalent. --- build-id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-id.h') diff --git a/build-id.h b/build-id.h index 6828875..8505d9b 100644 --- a/build-id.h +++ b/build-id.h @@ -28,7 +28,7 @@ struct build_id_note; const struct build_id_note * -build_id_find_nhdr(const char *name); +build_id_find_nhdr_by_name(const char *name); ElfW(Word) build_id_length(const struct build_id_note *note); -- cgit v1.2.3