From c6ecfc312fa1e2d3b128240ce41345ff7c1367d4 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 30 Mar 2024 16:51:17 +0000 Subject: driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration. --- include/slibtool/slibtool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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, -- cgit v1.2.3