summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-11-23 23:50:58 +0000
committermidipix <writeonce@midipix.org>2019-11-24 06:09:07 +0000
commiteeaed5c86e3cd1bd6110980ddb6b34ed03fc261b (patch)
tree6ce75d06578a34caa9d7b4b6aabe87a6bcb07194 /include
parentbb09419950c72469316f1271cb8f3e56035b48cf (diff)
downloadsltdl-eeaed5c86e3cd1bd6110980ddb6b34ed03fc261b.tar.bz2
sltdl-eeaed5c86e3cd1bd6110980ddb6b34ed03fc261b.tar.xz
compatibility api: added type definition for lt_dladvise.
Diffstat (limited to 'include')
-rw-r--r--include/sltdl/sltdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h
index bd0b5bb..1a885c0 100644
--- a/include/sltdl/sltdl.h
+++ b/include/sltdl/sltdl.h
@@ -21,6 +21,7 @@ extern "C" {
/**********************************************************************/
typedef struct lt_modctx * lt_dlhandle;
+typedef struct lt_modctl * lt_dladvise;
/* global reference-counting */
lt_api int lt_dlinit(void);