From 64a26cc67d6782d1ee8812c8c1307a2607144b97 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Dec 2019 11:52:47 +0000 Subject: lt_dlsym(), lt_dlclose(): initial implementation and integration. --- include/sltdl/sltdl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index dea0be7..c178dea 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -39,6 +39,9 @@ lt_api lt_dlhandle lt_dlopen(const char *); lt_api lt_dlhandle lt_dlopenext(const char *); lt_api lt_dlhandle lt_dlopenadvise(const char *, struct lt_modctl *); +lt_api void * lt_dlsym(lt_dlhandle, const char *); +lt_api int lt_dlclose(lt_dlhandle); + #ifdef __cplusplus } #endif -- cgit v1.2.3