summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index 7ed3e489..f178b223 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -66,7 +66,8 @@
/* The char that surround the list of commands */
#define AUTO_DELIMITER "'"
-bool debug;
+/* Defines if the cli is quiet*/
+bool quiet;
extern int display_line_nb;
extern bool disable_more_printf;