comparison lwlink/lwlink.h @ 183:c6a38fd8bd33

Added --entry option for lwlink
author lost@l-w.ca
date Thu, 22 Dec 2011 18:01:59 -0700
parents 606123758641
children d389adbcc4ab
comparison
equal deleted inserted replaced
182:e0cc66fd0551 183:c6a38fd8bd33
107 extern int outformat; 107 extern int outformat;
108 extern char *outfile; 108 extern char *outfile;
109 extern int ninputfiles; 109 extern int ninputfiles;
110 extern fileinfo_t **inputfiles; 110 extern fileinfo_t **inputfiles;
111 extern char *scriptfile; 111 extern char *scriptfile;
112 extern char *entrysym;
112 113
113 extern int nlibdirs; 114 extern int nlibdirs;
114 extern char **libdirs; 115 extern char **libdirs;
115 116
116 extern int nscriptls; 117 extern int nscriptls;