The interface arch_elf_init now takes library as one argument
diff --git a/common.h b/common.h
index b57a4c1..98234fd 100644
--- a/common.h
+++ b/common.h
@@ -220,7 +220,7 @@
 int os_ltrace_exiting_sighandler(void);
 void os_ltrace_exiting(void);
 
-int arch_elf_init(struct ltelf *lte);
+int arch_elf_init(struct ltelf *lte, struct library *lib);
 void arch_elf_destroy(struct ltelf *lte);
 
 enum plt_status {