From fcfea7a7220dcd73e945197079c7bd8d67a4cade Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 4 Feb 2024 04:04:29 +0000 Subject: slbt_copy_file(): enhance logging of copy errors. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index d30c2dc..8e80811 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -91,6 +91,7 @@ enum slbt_custom_error { SLBT_ERR_LINK_ERROR, SLBT_ERR_INSTALL_ERROR, SLBT_ERR_AR_ERROR, + SLBT_ERR_COPY_ERROR, SLBT_ERR_MDSO_ERROR, SLBT_ERR_DLLTOOL_ERROR, SLBT_ERR_ARCHIVE_IMPORT, -- cgit v1.2.3