summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorIgor Gnatenko2016-09-23 14:21:15 +0200
committerIgor Gnatenko2016-09-23 14:21:15 +0200
commit43e06c67f9a03114fa616a529faee6ed8eb26e97 (patch)
tree7d10033420e7d0d21141365524ca24eb89eb46ed /libsmartcols/src/libsmartcols.sym
parentlibsmartcols: add scols_table_is_nowrap() (diff)
downloadkernel-qcow2-util-linux-43e06c67f9a03114fa616a529faee6ed8eb26e97.tar.gz
kernel-qcow2-util-linux-43e06c67f9a03114fa616a529faee6ed8eb26e97.tar.xz
kernel-qcow2-util-linux-43e06c67f9a03114fa616a529faee6ed8eb26e97.zip
libsmartcols: add scols_table_is_nolinesep()
And save 1 or 0 into tb->no_linesep instead of any value. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 75ae718a0..774d84fe0 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -147,4 +147,5 @@ global:
scols_table_set_termwidth;
scols_table_get_name;
scols_table_is_nowrap;
+ scols_table_is_nolinesep;
} SMARTCOLS_2.28;