From 564b3cebdb1c8fffd078822e1971b9cfc8b29f23 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 28 Oct 2019 03:45:34 +0000 Subject: core: added lt_dlinit(), lt_dlexit() [global reference-counting]. --- 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 f2898e0..ea72338 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -22,6 +22,10 @@ extern "C" { typedef struct lt_modctx * lt_dlhandle; +/* global reference-counting */ +lt_api int lt_dlinit(void); +lt_api int lt_dlexit(void); + #ifdef __cplusplus } #endif -- cgit v1.2.3