diff options
author | midipix <writeonce@midipix.org> | 2025-06-20 08:39:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-20 08:50:00 +0000 |
commit | 1784780e14974a6833e24c312f2962fa79cc12e2 (patch) | |
tree | c57d75f2cd664d11d713807b7e47661dcb76b70b /src/internal/sltdl_core.h | |
parent | 1accaeff874ee8676a13ba54b0381065bc33eac3 (diff) | |
download | sltdl-1784780e14974a6833e24c312f2962fa79cc12e2.tar.bz2 sltdl-1784780e14974a6833e24c312f2962fa79cc12e2.tar.xz |
api: move enum sltdl_error from an internal header to the public sltdl.h.
Diffstat (limited to 'src/internal/sltdl_core.h')
-rw-r--r-- | src/internal/sltdl_core.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/internal/sltdl_core.h b/src/internal/sltdl_core.h index 35e1a24..41a47e0 100644 --- a/src/internal/sltdl_core.h +++ b/src/internal/sltdl_core.h @@ -1,22 +1,6 @@ #ifndef SLTDL_CORE_H #define SLTDL_CORE_H -enum sltdl_error { - SLTDL_OK, - SLTDL_SYSTEM_ERROR, - SLTDL_DLFCN_ERROR, - SLTDL_SLTDL_ERROR, - SLTDL_DLEXIT_REF_COUNT, - SLTDL_MODULE_REF_COUNT, - SLTDL_MODULE_PTR_INVALID, - SLTDL_PATH_INVALID_FIRST_CHAR, - SLTDL_PATH_INVALID_SEPARATTOR_CHAR, - SLTDL_PATH_INVALID_MARK, - SLTDL_PATH_INVALID_LEN, - SLTDL_PATH_NO_ENTRY, - SLTDL_ERROR_CAP, -}; - void lt_slock(void); int lt_sunlock(int,int); |