From 0801fe615c2657fec3205626c7ae60a28db680fe Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 Aug 2018 12:37:34 +0000 Subject: internals: -shared/-static heuristics: added slbt_get_lconf_flags(). --- 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 e06ef79..fac022f 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -87,6 +87,9 @@ enum slbt_custom_error { SLBT_ERR_LINK_FREQ, SLBT_ERR_BAD_DATA, SLBT_ERR_UNINSTALL_FAIL, + SLBT_ERR_LCONF_OPEN, + SLBT_ERR_LCONF_MAP, + SLBT_ERR_LCONF_PARSE, }; /* execution modes */ -- cgit v1.2.3