ports/games/sdlroids/patches/patch-getargs_h

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];