ports/misc/iselect/files/patch-iselect__browse.h
2020-09-29 20:51:40 +00:00

11 lines
339 B
C

--- iselect_browse.h.orig 2007-07-08 09:27:18 UTC
+++ iselect_browse.h
@@ -31,7 +31,7 @@
/*
* The Structure of our screen lines
*/
-struct Line {
+extern struct Line {
char *cpLine; /* the input line */
int fSelectable; /* whether selectable or not */
int fSelected; /* whether already selected or not */