]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: add missing symbols
authorKarel Zak <kzak@redhat.com>
Mon, 12 Jun 2017 14:35:58 +0000 (16:35 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Jun 2017 14:35:58 +0000 (16:35 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/libsmartcols.sym

index 174122e49224f5d3f158135e072794ca79e265e9..7b9a3d97b0071fe8ba2f2a6a7789879abb898046 100644 (file)
@@ -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;