29 lines
616 B
Diff
29 lines
616 B
Diff
diff -urN htop-2.2.0.orig/CRT.h htop-2.2.0/CRT.h
|
|
--- htop-2.2.0.orig/CRT.h 2018-04-10 13:23:24.000000000 +0000
|
|
+++ htop-2.2.0/CRT.h 2020-07-14 19:46:33.328273400 +0000
|
|
@@ -140,7 +140,7 @@
|
|
|
|
extern int CRT_delay;
|
|
|
|
-int* CRT_colors;
|
|
+extern int* CRT_colors;
|
|
|
|
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
|
|
|
|
@@ -150,13 +150,13 @@
|
|
|
|
extern int CRT_scrollWheelVAmount;
|
|
|
|
-char* CRT_termType;
|
|
+extern char* CRT_termType;
|
|
|
|
// TODO move color scheme to Settings, perhaps?
|
|
|
|
extern int CRT_colorScheme;
|
|
|
|
-void *backtraceArray[128];
|
|
+extern void *backtraceArray[128];
|
|
|
|
#if HAVE_SETUID_ENABLED
|
|
|