summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorIgor Gnatenko2016-09-23 14:20:41 +0200
committerIgor Gnatenko2016-09-23 14:20:41 +0200
commit8427c2ec9c2f240ba2198883d10b4757b0c425c5 (patch)
treec96070b3c18d6b6ea85105f6a63cb8b40378dcf8 /libsmartcols/src/libsmartcols.h.in
parentlibsmartcols: add scols_table_get_name() (diff)
downloadkernel-qcow2-util-linux-8427c2ec9c2f240ba2198883d10b4757b0c425c5.tar.gz
kernel-qcow2-util-linux-8427c2ec9c2f240ba2198883d10b4757b0c425c5.tar.xz
kernel-qcow2-util-linux-8427c2ec9c2f240ba2198883d10b4757b0c425c5.zip
libsmartcols: add scols_table_is_nowrap()
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.h.in')
-rw-r--r--libsmartcols/src/libsmartcols.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index b36bcb105..6df878804 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -204,6 +204,7 @@ extern int scols_table_is_noheadings(const struct libscols_table *tb);
extern int scols_table_is_empty(const struct libscols_table *tb);
extern int scols_table_is_export(const struct libscols_table *tb);
extern int scols_table_is_maxout(const struct libscols_table *tb);
+extern int scols_table_is_nowrap(const struct libscols_table *tb);
extern int scols_table_is_tree(const struct libscols_table *tb);
extern int scols_table_enable_colors(struct libscols_table *tb, int enable);