summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/slibtool/slibtool.h4
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;
};