From f706466f0a2a67d893511a21a56f80af2d2b0973 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 27 Oct 2019 23:42:09 +0000 Subject: sltdl.h: added lt_dlhandle's type definition (pointer to an opaque struct). --- include/sltdl/sltdl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 0c822e7..f2898e0 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -20,6 +20,8 @@ extern "C" { /* */ /**********************************************************************/ +typedef struct lt_modctx * lt_dlhandle; + #ifdef __cplusplus } #endif -- cgit v1.2.3