summaryrefslogtreecommitdiff
path: root/utils/readsoname.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/readsoname.h')
-rw-r--r--utils/readsoname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readsoname.h b/utils/readsoname.h
index 78d2216e0..91823ff7a 100644
--- a/utils/readsoname.h
+++ b/utils/readsoname.h
@@ -1,4 +1,4 @@
-char *readsoname(char *name, FILE *file, int expected_type,
+char *readsoname(char *name, FILE *file, int expected_type,
int *type, int elfclass);
char *readsoname32(char *name, FILE *file, int expected_type, int *type);
char *readsoname64(char *name, FILE *file, int expected_type, int *type);