From eeaed5c86e3cd1bd6110980ddb6b34ed03fc261b Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 24 2019 06:09:07 +0000 Subject: compatibility api: added type definition for lt_dladvise. --- 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);