openbsd-ports/misc/brltty/patches/patch-Programs_cut_h
2022-03-11 19:38:05 +00:00

13 lines
376 B
Plaintext

Index: Programs/cut.h
--- Programs/cut.h.orig
+++ Programs/cut.h
@@ -22,7 +22,7 @@
extern "C" {
#endif /* __cplusplus */
-unsigned char *cut_buffer; /* for CMD_NXSEARCH */
+extern unsigned char *cut_buffer; /* for CMD_NXSEARCH */
extern void cut_begin (int column, int row);
extern void cut_append (int column, int row);
extern int cut_rectangle (int column, int row);