summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorKarel Zak2016-01-12 11:39:03 +0100
committerKarel Zak2016-01-12 11:39:03 +0100
commit7837186515a642bfc7178e14508156bca89bad58 (patch)
treef993036ae1cc04deccdffbd7baa7e4307f8b3024 /libsmartcols/src/libsmartcols.sym
parentlibfdisk: Add GPT type GUID for Itanium Linux root (diff)
downloadkernel-qcow2-util-linux-7837186515a642bfc7178e14508156bca89bad58.tar.gz
kernel-qcow2-util-linux-7837186515a642bfc7178e14508156bca89bad58.tar.xz
kernel-qcow2-util-linux-7837186515a642bfc7178e14508156bca89bad58.zip
libsmartcols: allow to set data by reference to libscols_column
References: https://github.com/karelzak/util-linux/issues/251 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index e3176ba5b..9a060cf73 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -123,5 +123,7 @@ global:
SMARTCOLS_2.28 {
global:
+ scols_line_refer_column_data;
+ scols_line_set_column_data;
scols_table_enable_nowrap;
} SMARTCOLS_2.27;