X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=jail%2Felf.h;h=78fedcd3323010ab90cea934a0bed530a0185d87;hp=4ab928d80e7f1a8f62ef75e9ddaca3e72daecd7e;hb=a5954cf302fe46d8e29770c818336763112b9a6e;hpb=321edb642dc6b7fef52c05d93de16ec47c96d1f0 diff --git a/jail/elf.h b/jail/elf.h index 4ab928d..78fedcd 100644 --- a/jail/elf.h +++ b/jail/elf.h @@ -29,9 +29,10 @@ struct library_path { extern struct avl_tree libraries; -void alloc_library_path(const char *path); -int elf_load_deps(const char *library); +void alloc_library(const char *path, const char *name); +int elf_load_deps(const char *path, const char *map); const char* find_lib(const char *file); -void load_ldso_conf(const char *conf); +void init_library_search(void); +int lib_open(char **fullpath, const char *file); #endif