summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-21 18:17:52 +0000
committermidipix <writeonce@midipix.org>2025-06-21 18:17:52 +0000
commit130e2180398d23fec3228f9507d84791e738b826 (patch)
tree247dd20e4950cdb0e0442f86db4cacbd3e7ce484 /include
parent85b7ff078d0a71e65174c18a30ac62f923ccf8d7 (diff)
downloadsltdl-130e2180398d23fec3228f9507d84791e738b826.tar.bz2
sltdl-130e2180398d23fec3228f9507d84791e738b826.tar.xz
api: lt_dlseterror(): initial implementation.HEADmain
Diffstat (limited to 'include')
-rw-r--r--include/sltdl/sltdl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h
index f9cc483..007d5ee 100644
--- a/include/sltdl/sltdl.h
+++ b/include/sltdl/sltdl.h
@@ -136,6 +136,9 @@ lt_api int lt_dlpreload_default(const struct lt_symdef *);
lt_api int lt_dlloader_add(const struct lt_dlentry *);
lt_api const struct lt_dlentry * lt_dlloader_find(const char *);
+/* custom errors */
+lt_api int lt_dlseterror (int);
+
#ifdef __cplusplus
}
#endif