aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-24 04:54:06 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:18:47 +0200
commite6523e69b0230fef8dddbf628e0511a004203eb8 (patch)
treebc7d107c8c874d7bb06252a10d5da0919d549d73 /library.h
parent644d669f96c0fe261fe938cecda41938e804c7d9 (diff)
downloadltrace-e6523e69b0230fef8dddbf628e0511a004203eb8.tar.gz
Don't require target library as part of symbol init
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.h b/library.h
index 92908a8..9d7a0ba 100644
--- a/library.h
+++ b/library.h
@@ -52,7 +52,7 @@ struct library_symbol {
/* Init LIBSYM. NAME will be freed when LIBSYM is destroyed if
* OWN_NAME. */
-void library_symbol_init(struct library_symbol *libsym, struct library *lib,
+void library_symbol_init(struct library_symbol *libsym,
target_address_t addr, const char *name, int own_name,
enum toplt type_of_plt);