aboutsummaryrefslogtreecommitdiff
path: root/include/shlib.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-29 01:06:32 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-29 01:06:32 -0400
commit2dd657c148457b5262f7900dc75708d2ddb695f6 (patch)
tree9ddf63eae2424629ea3beefd9177c8ffdb19407f /include/shlib.h
parent6cc450d8ff714af09374f9bc07aea8bb05f74a5c (diff)
downloadspmc-2dd657c148457b5262f7900dc75708d2ddb695f6.tar.gz
refactor shlib_deps_objdump to become a generic objdump-er
Diffstat (limited to 'include/shlib.h')
-rw-r--r--include/shlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shlib.h b/include/shlib.h
index 68b8487..8037fa6 100644
--- a/include/shlib.h
+++ b/include/shlib.h
@@ -18,6 +18,8 @@
#define SPM_SHLIB_EXTENSION ".so"
#endif
+char *objdump(const char *_filename, char *_args);
+char *shlib_rpath(const char *filename);
StrList *shlib_deps(const char *_filename);
#endif //SPM_SHLIB_H