diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index d428e54..3be95e5 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -125,6 +125,9 @@ enum slbt_custom_error { SLBT_ERR_LCONF_OPEN, SLBT_ERR_LCONF_MAP, SLBT_ERR_LCONF_PARSE, + SLBT_ERR_MKVARS_OPEN, + SLBT_ERR_MKVARS_MAP, + SLBT_ERR_MKVARS_PARSE, SLBT_ERR_AR_FAIL, SLBT_ERR_AR_EMPTY_FILE, SLBT_ERR_AR_INVALID_SIGNATURE, |