summaryrefslogtreecommitdiff
path: root/ldso/util/readsoname.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-06 22:38:49 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-06 22:38:49 +0000
commite556691e4f2411bddc228266e9fcb8dbbf122ac6 (patch)
treebe332f3b5cab0519e4f813f7a0f739e9e4bc8f12 /ldso/util/readsoname.h
parent7e617ab5308b2dadf231dbe77739ccfceec8c205 (diff)
Begin converting the client utils
Diffstat (limited to 'ldso/util/readsoname.h')
-rw-r--r--ldso/util/readsoname.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldso/util/readsoname.h b/ldso/util/readsoname.h
deleted file mode 100644
index 78d2216e0..000000000
--- a/ldso/util/readsoname.h
+++ /dev/null
@@ -1,4 +0,0 @@
-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);