summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorKarel Zak2014-11-03 13:13:22 +0100
committerKarel Zak2014-11-03 13:13:22 +0100
commit2deb7cc34725cc1e67072da9bb63fbea0ebc64ba (patch)
tree54d8ce021c53aced7eadbede3be7ffaef6b11de2 /libsmartcols/src/smartcolsP.h
parentlibmount: clean up debug, add help debug mask (diff)
downloadkernel-qcow2-util-linux-2deb7cc34725cc1e67072da9bb63fbea0ebc64ba.tar.gz
kernel-qcow2-util-linux-2deb7cc34725cc1e67072da9bb63fbea0ebc64ba.tar.xz
kernel-qcow2-util-linux-2deb7cc34725cc1e67072da9bb63fbea0ebc64ba.zip
libsmartcols: clean up debug, add help debug mask
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 28246c14f..511b182a2 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -30,6 +30,7 @@
/*
* Debug
*/
+#define SCOLS_DEBUG_HELP (1 << 0)
#define SCOLS_DEBUG_INIT (1 << 1)
#define SCOLS_DEBUG_CELL (1 << 2)
#define SCOLS_DEBUG_LINE (1 << 3)