summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2017-06-12 16:35:58 +0200
committerKarel Zak2017-06-12 16:35:58 +0200
commit5df8f14c3014dfba317f32023674354277a2c7de (patch)
treedec0773df71b9fc07f773c44a32e4e680b8c63fc /libsmartcols
parentMerge branch 'pylibmount-NULL-terminate-kwlist-in-Context_init' of https://gi... (diff)
downloadkernel-qcow2-util-linux-5df8f14c3014dfba317f32023674354277a2c7de.tar.gz
kernel-qcow2-util-linux-5df8f14c3014dfba317f32023674354277a2c7de.tar.xz
kernel-qcow2-util-linux-5df8f14c3014dfba317f32023674354277a2c7de.zip
libsmartcols: add missing symbols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/libsmartcols.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 174122e49..7b9a3d97b 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -166,3 +166,9 @@ global:
scols_sort_table_by_tree;
scols_line_is_ancestor;
} SMARTCOLS_2.29;
+
+
+SMARTCOLS_2.31 {
+ scols_table_set_termheight;
+ scols_table_get_termheight;
+} SMARTCOLS_2.30;