diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 7105f0a..2113a0a 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -95,6 +95,10 @@ struct slbt_exec_ctx { char * lobjname; char * aobjname; char * ltobjname; + char * arfilename; + char * lafilename; + char * dsofilename; + char * exefilename; pid_t pid; int exitcode; }; |