aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-01-22 11:32:32 +0200
committerThomas Backlund <tmb@mageia.org>2021-01-22 11:32:32 +0200
commita057b24428d3b621cdceb8d1130c8d947571e124 (patch)
treea71bfebe7b02e4bab76b593cf39bca5deb0cac2a /get-edid.h
parenta721bc39a62d52a43f3a1cf8e5202b4cd606ff11 (diff)
downloadmonitor-edid-a057b24428d3b621cdceb8d1130c8d947571e124.tar
monitor-edid-a057b24428d3b621cdceb8d1130c8d947571e124.tar.gz
monitor-edid-a057b24428d3b621cdceb8d1130c8d947571e124.tar.bz2
monitor-edid-a057b24428d3b621cdceb8d1130c8d947571e124.tar.xz
monitor-edid-a057b24428d3b621cdceb8d1130c8d947571e124.zip
sync in missing bits from v3.3 releasev3.3
Diffstat (limited to 'get-edid.h')
-rw-r--r--get-edid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-edid.h b/get-edid.h
index 2f72f0e..b3f95f6 100644
--- a/get-edid.h
+++ b/get-edid.h
@@ -1,6 +1,6 @@
#define EDID_BLOCK_SIZE 128
#define MAX_EXTENSION_COUNT 4
-int verbose;
+extern int verbose;
int get_edid(char *edid, int port, int skip_vbe_check);