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. --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 40d8a51..f381fd2 100644 --- a/test.c +++ b/test.c @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) { - const struct build_id_note *note = build_id_find_nhdr(""); + const struct build_id_note *note = build_id_find_nhdr_by_name(""); if (!note) return -1; -- cgit v1.2.3