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 cb9a75d..c580c30 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -100,6 +100,8 @@ struct slbt_exec_ctx { char ** noundef; char ** soname; char ** lsoname; + char ** symdefs; + char ** symfile; char ** lout[2]; char ** sentinel; FILE * fwrapper; |