diff options
author | midipix <writeonce@midipix.org> | 2016-11-02 00:01:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-02 00:01:15 -0400 |
commit | 61802e1fa57e729cc582536c0d32e2c2bd2c9895 (patch) | |
tree | e5f2fa115eed67f8f51747a0e04dc40116c52127 /include | |
parent | 7ce25c2d6605d10466a9e8d8742fe1ed5e231709 (diff) | |
download | slibtool-61802e1fa57e729cc582536c0d32e2c2bd2c9895.tar.bz2 slibtool-61802e1fa57e729cc582536c0d32e2c2bd2c9895.tar.xz |
error trace: enum slbt_custom_error: added fallback custom error codes.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 34e3364..6eee2a4 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -26,6 +26,8 @@ extern "C" { #define SLBT_ERROR 0x02 enum slbt_custom_error { + SLBT_ERR_FLOW_ERROR, + SLBT_ERR_FLEE_ERROR, SLBT_ERR_ARCHIVE_IMPORT, SLBT_ERR_HOST_INIT, SLBT_ERR_INSTALL_FAIL, |