diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 30024f4..ce76377 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -85,6 +85,7 @@ enum slbt_custom_error { SLBT_ERR_LDRPATH_INIT, SLBT_ERR_LINK_FLOW, SLBT_ERR_LINK_FREQ, + SLBT_ERR_BAD_DATA, SLBT_ERR_UNINSTALL_FAIL, }; |