summaryrefslogtreecommitdiff
path: root/ldso/util/readsoname.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/util/readsoname.h')
-rw-r--r--ldso/util/readsoname.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldso/util/readsoname.h b/ldso/util/readsoname.h
new file mode 100644
index 000000000..78d2216e0
--- /dev/null
+++ b/ldso/util/readsoname.h
@@ -0,0 +1,4 @@
+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);