blob: d002cc52b60f99fbe5724d8247c68a1e33848bda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- common.h.orig 2022-11-06 13:00:14 UTC
+++ common.h
@@ -23,8 +23,8 @@
#define T_DIR 1 /* -> DIR */
#define T_NED 2 /* DIR -> NON-EXISTENT DIR */
-WINDOW *mainw;
-WINDOW *logw;
+extern WINDOW *mainw;
+extern WINDOW *logw;
struct dest_new {
char *opath;
|