diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sltdl/sltdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |