ports/games/sdlroids/patches/patch-getargs_h

10 lines
182 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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];