From f8058261c3c45da8391de887b2eb89b98d146b6a Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 20 Jun 2025 08:54:22 +0000 Subject: enum sltdl_error: added cannot-open, cannot-close, and symbol-not-found errors. --- include/sltdl/sltdl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index cb17c4b..a0691e9 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -42,6 +42,9 @@ enum sltdl_error { SLTDL_ERR_PATH_INVALID_MARK, SLTDL_ERR_PATH_INVALID_LEN, SLTDL_ERR_PATH_NO_ENTRY, + SLTDL_ERR_CANNOT_OPEN, + SLTDL_ERR_CANNOT_CLOSE, + SLTDL_ERR_SYMBOL_NOT_FOUND, SLTDL_ERR_CAP, }; -- cgit v1.2.3