blob: 027291f1af323afa6d1aae79ff9a896fc10eb1d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 */
|