From 5a916148f05272931f5b717074e9bb5ac60f20fc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 16:23:27 -0400 Subject: driver: added -version-info support. --- include/slibtool/slibtool.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 002a278..e64ec70 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -99,6 +99,13 @@ struct slbt_exec_ctx { int exitcode; }; +struct slbt_version_info { + int major; + int minor; + int revision; + const char * verinfo; +}; + struct slbt_host_params { const char * host; const char * flavor; @@ -113,6 +120,7 @@ struct slbt_common_ctx { uint64_t fmtflags; struct slbt_host_params host; struct slbt_host_params cfgmeta; + struct slbt_version_info verinfo; enum slbt_mode mode; enum slbt_tag tag; enum slbt_warning_level warnings; -- cgit v1.2.3