9 lines
182 B
Text
9 lines
182 B
Text
Index: getargs.h
|
|
--- getargs.h.orig
|
|
+++ getargs.h
|
|
@@ -37,4 +37,4 @@
|
|
|
|
/* getargs() prototype */
|
|
void getargs(int, char *[]);
|
|
-int flagargs[NUMARGS];
|
|
+extern int flagargs[NUMARGS];
|