diff lwlink/lwlink.h @ 171:d610b8aef91b

Added LWAR skeleton
author lost
date Sun, 01 Mar 2009 19:37:03 +0000
parents 106c2fe3c9d9
children 6ebb93b409ba
line wrap: on
line diff
--- a/lwlink/lwlink.h	Sun Mar 01 00:53:21 2009 +0000
+++ b/lwlink/lwlink.h	Sun Mar 01 19:37:03 2009 +0000
@@ -73,7 +73,11 @@
 	long filesize;
 	section_t *sections;
 	int nsections;
-	
+
+	// "sub" files (like in archives or libraries)
+	int nsubs;
+	fileinfo_t **subs;
+	fileinfo_t *parent;
 };
 
 struct section_list