From 61162feacea8f33fe58345f5c92a5c20613f2b1c Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 20 Jun 2025 04:47:28 +0000 Subject: sltdl.h: provide the lt_module, lt_dlloader, and lt_user_data typedefs. --- include/sltdl/sltdl.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3