summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-20 04:47:28 +0000
committermidipix <writeonce@midipix.org>2025-06-20 05:50:01 +0000
commit61162feacea8f33fe58345f5c92a5c20613f2b1c (patch)
treed60964cd48a41dea6974306d5e3715df5520d2d0 /include
parent18e138eff200134cd8836669d9b9f464ffafae3d (diff)
downloadsltdl-61162feacea8f33fe58345f5c92a5c20613f2b1c.tar.bz2
sltdl-61162feacea8f33fe58345f5c92a5c20613f2b1c.tar.xz
sltdl.h: provide the lt_module, lt_dlloader, and lt_user_data typedefs.
Diffstat (limited to 'include')
-rw-r--r--include/sltdl/sltdl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h
index 3039529..5d1b51b 100644
--- a/include/sltdl/sltdl.h
+++ b/include/sltdl/sltdl.h
@@ -39,6 +39,9 @@ typedef enum lt_dlpriority lt_dlloader_priority;
/* binary-compatible type definitions */
typedef void * lt_ptr;
+typedef void * lt_module;
+typedef void * lt_dlloader;
+typedef void * lt_user_data;
struct lt_symdef {
const char * name;