summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorKarel Zak2015-12-10 13:02:03 +0100
committerKarel Zak2015-12-10 13:02:03 +0100
commit6d6b6d185e7427e2b5590349edd76d019b0fe920 (patch)
treec939298915cfafd1da489166f3990213ddaccf40 /libsmartcols/src/smartcolsP.h
parentlibmount: add comment, remove TODO item (diff)
downloadkernel-qcow2-util-linux-6d6b6d185e7427e2b5590349edd76d019b0fe920.tar.gz
kernel-qcow2-util-linux-6d6b6d185e7427e2b5590349edd76d019b0fe920.tar.xz
kernel-qcow2-util-linux-6d6b6d185e7427e2b5590349edd76d019b0fe920.zip
libsmartcols: add SCOLS_FL_HIDDEN
Export "don't print this column" functionality by public API. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 8f371a7d5..163417707 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -89,8 +89,6 @@ struct libscols_column {
struct libscols_cell header;
struct list_head cl_columns;
-
- unsigned int ignore : 1;
};
/*