summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorIgor Gnatenko2016-01-21 09:57:31 +0100
committerIgor Gnatenko2016-01-22 12:51:45 +0100
commita64040930960699e1457dcface8334c501ba96a6 (patch)
tree6af1a0dc0f5b7a4499218cee1d48d65c6e6b43f5 /libsmartcols/src/libsmartcols.sym
parentchrt: use sched_getattr() (diff)
downloadkernel-qcow2-util-linux-a64040930960699e1457dcface8334c501ba96a6.tar.gz
kernel-qcow2-util-linux-a64040930960699e1457dcface8334c501ba96a6.tar.xz
kernel-qcow2-util-linux-a64040930960699e1457dcface8334c501ba96a6.zip
libsmartcols: implement SCOLS_FL_WRAP
Reference: https://github.com/karelzak/util-linux/issues/257 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 e1e4382eb..b90cefabe 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -124,6 +124,7 @@ global:
SMARTCOLS_2.28 {
global:
+ scols_column_is_wrap;
scols_line_refer_column_data;
scols_line_set_column_data;
scols_table_enable_nowrap;