summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-09 21:48:56 -0400
committermidipix <writeonce@midipix.org>2016-04-09 21:48:56 -0400
commit73ca7898471c9aaf4552dac3935de343c4ef0ce5 (patch)
tree54cd7d03eeeb0021de801bcefe31722e86e44be0 /include
parent79c501c4deee52047bd00d7c72800d5784293ee4 (diff)
downloadslibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.bz2
slibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.xz
driver: added -export-symbols-regex support [no-op].
Diffstat (limited to 'include')
-rw-r--r--include/slibtool/slibtool.h1
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;
};