mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
339 B
C
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 */
|