mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
Index: barcode.h
|
|
--- barcode.h.orig
|
|
+++ barcode.h
|
|
@@ -123,6 +123,6 @@ extern int Barcode_Version(char *versionname);
|
|
}
|
|
#endif
|
|
|
|
-int streaming;
|
|
+extern int streaming;
|
|
|
|
#endif /* _BARCODE_H_ */
|