summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-27 23:42:09 +0000
committermidipix <writeonce@midipix.org>2019-10-27 23:42:09 +0000
commitf706466f0a2a67d893511a21a56f80af2d2b0973 (patch)
tree7172f624b9192ddaa6ead1d3b7c9acd65f669d70 /include
parent2b49ac37b838183a4af57447f880aac0378856ab (diff)
downloadsltdl-f706466f0a2a67d893511a21a56f80af2d2b0973.tar.bz2
sltdl-f706466f0a2a67d893511a21a56f80af2d2b0973.tar.xz
sltdl.h: added lt_dlhandle's type definition (pointer to an opaque struct).
Diffstat (limited to 'include')
-rw-r--r--include/sltdl/sltdl.h2
1 files changed, 2 insertions, 0 deletions
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