summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorKarel Zak2016-09-23 14:25:37 +0200
committerKarel Zak2016-09-23 14:25:37 +0200
commita3b91e82f269f4663d36b7878d0c430621415080 (patch)
tree7932306f343217bad45fa7e390b2e2e64fc34c19 /libsmartcols/src/libsmartcols.sym
parentlibsmartcols: cleanup scols_table_set_symbols() API (diff)
parentlibsmartcols: add scols_table_is_nolinesep() (diff)
downloadkernel-qcow2-util-linux-a3b91e82f269f4663d36b7878d0c430621415080.tar.gz
kernel-qcow2-util-linux-a3b91e82f269f4663d36b7878d0c430621415080.tar.xz
kernel-qcow2-util-linux-a3b91e82f269f4663d36b7878d0c430621415080.zip
Merge branch 'getters' of https://github.com/ignatenkobrain/util-linux
* 'getters' of https://github.com/ignatenkobrain/util-linux: libsmartcols: add scols_table_is_nolinesep() libsmartcols: add scols_table_is_nowrap() libsmartcols: add scols_table_get_name()
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 62698bac6..aca648b63 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -147,4 +147,7 @@ global:
scols_table_set_default_symbols;
scols_table_set_termforce;
scols_table_set_termwidth;
+ scols_table_get_name;
+ scols_table_is_nowrap;
+ scols_table_is_nolinesep;
} SMARTCOLS_2.28;