From b9b00cd60abd606fee136efbf6c376aace5f3f2a Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 27 Jun 2009 04:44:19 +0930 Subject: Make more utility functions static This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee Signed-off-by: Mike Frysinger --- utils/readsoname2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/readsoname2.c') diff --git a/utils/readsoname2.c b/utils/readsoname2.c index a74b46aa1..5cda3318d 100644 --- a/utils/readsoname2.c +++ b/utils/readsoname2.c @@ -1,4 +1,4 @@ -char *readsonameXX(char *name, FILE *infile, int expected_type, int *type) +static char *readsonameXX(char *name, FILE *infile, int expected_type, int *type) { ElfW(Ehdr) *epnt; ElfW(Phdr) *ppnt; -- cgit v1.2.3