diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sltdl/sltdl.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |