| commit | 4d9a91c5c677d6a6b2db21f00385bce5167373c4 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Sat Mar 24 04:55:03 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:18:48 2012 +0200 |
| tree | 4e76f6332fe6ef8e79e91c3b88d9f06d91dd2c67 | |
| parent | e6523e69b0230fef8dddbf628e0511a004203eb8 [diff] [blame] |
Add arch_elf_destroy
diff --git a/common.h b/common.h index 6da6087..c8e5e5d 100644 --- a/common.h +++ b/common.h
@@ -221,6 +221,8 @@ void os_ltrace_exiting(void); int arch_elf_init(struct ltelf *lte); +void arch_elf_destroy(struct ltelf *lte); + enum plt_status { plt_fail, plt_ok,