From eeaed5c86e3cd1bd6110980ddb6b34ed03fc261b Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Nov 2019 23:50:58 +0000 Subject: compatibility api: added type definition for lt_dladvise. --- include/sltdl/sltdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3