From 303f79f2304d426064f9da83f733c682a7d4a86a Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Dec 2019 10:01:32 +0000 Subject: lt_dlopen(), dlopenext(): initial implementation and integration. --- include/sltdl/sltdl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 1a885c0..0b39935 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -34,6 +34,10 @@ lt_api int lt_dlinsertsearchdir(const char *, const char *); lt_api int lt_dlsetsearchpath(const char *); lt_api const char * lt_dlgetsearchpath(void); +/* module interfaces */ +lt_api lt_dlhandle lt_dlopen(const char *); +lt_api lt_dlhandle lt_dlopenext(const char *); + #ifdef __cplusplus } #endif -- cgit v1.2.3