From 85b7ff078d0a71e65174c18a30ac62f923ccf8d7 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Jun 2025 17:29:05 +0000 Subject: api: implemented lt_dlpreload_default() for backward compatibility. --- 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 a2eee2a..f9cc483 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -130,6 +130,7 @@ lt_api const char * lt_dlerror(void); /* preloaded modules */ lt_api int lt_dlpreload_modctl(const struct lt_symdef *, enum sltdl_modctl); +lt_api int lt_dlpreload_default(const struct lt_symdef *); /* custom loaders */ lt_api int lt_dlloader_add(const struct lt_dlentry *); -- cgit v1.2.3