From a288c4f46e5e7d9c3e643a13572cda4c601d76dd Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 8 Mar 2016 11:34:47 -0500 Subject: interface: add the split argument vectors to struct slbt_common_ctx. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index a05b95f..312c7cd 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -84,6 +84,8 @@ struct slbt_common_ctx { enum slbt_tag tag; enum slbt_warning_level warnings; const char * output; + char ** targv; + char ** cargv; }; struct slbt_driver_ctx { -- cgit v1.2.3