Files
2022-03-11 19:22:04 +00:00

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_ */