1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/misc/window/files/patch-context.h
2020-09-22 17:40:50 +00:00

8 lines
281 B
C

--- context.h.orig 2008-07-12 06:05:22 UTC
+++ context.h
@@ -81,4 +81,4 @@ struct context {
#define X_FILE 1 /* input is a file */
#define X_BUF 2 /* input is a buffer */
-struct context cx; /* the current context */
+extern struct context cx; /* the current context */