diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index cfad114..73683e9 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -156,6 +156,7 @@ struct slbt_common_ctx { char * libname; const char * rpath; const char * release; + const char * regex; char ** targv; char ** cargv; }; |