summaryrefslogtreecommitdiff
path: root/app-accessibility/edbrowse/files/edbrowse-3.7.5.1-fno-common.patch
blob: bf9fa08245daf88a53d621197e1bc2decb656bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/eb.h
+++ b/src/eb.h
@@ -287,7 +287,7 @@ extern char *sslCerts;		/* ssl certificates to validate the secure server */
 extern int verifyCertificates;	/* is a certificate required for the ssl connection? */
 extern int displayLength;	// when printing a line
 extern int formatLineLength;	// when formatting html
-bool formatOverflow;
+extern bool formatOverflow;
 extern int webTimeout, mailTimeout;
 extern uchar browseLocal;
 extern bool sqlPresent;		/* Was edbrowse compiled with SQL built in? */