diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |