summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorIgor Gnatenko2016-01-15 23:26:26 +0100
committerIgor Gnatenko2016-01-15 23:27:52 +0100
commita229e20478cc16de8cba65e35baab0785dd584b3 (patch)
treee090106364a22c136df998fb3e56a249db051fa9 /libsmartcols/src/libsmartcols.sym
parentfstrim: add reference to blkdiscard (diff)
downloadkernel-qcow2-util-linux-a229e20478cc16de8cba65e35baab0785dd584b3.tar.gz
kernel-qcow2-util-linux-a229e20478cc16de8cba65e35baab0785dd584b3.tar.xz
kernel-qcow2-util-linux-a229e20478cc16de8cba65e35baab0785dd584b3.zip
libsmartcols: add scols_column_is_hidden into sym file
In commit 6d6b6d185e7427e2b5590349edd76d019b0fe920 we forgot to add this function to sym file and now we are getting undefined symbol: scols_column_is_hidden Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 9a060cf73..e1e4382eb 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -1,7 +1,7 @@
/*
* symbols since util-linux 2.25
*
- * Copyright (C) 2014-2015 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2014-2016 Karel Zak <kzak@redhat.com>
*/
SMARTCOLS_2.25 {
global:
@@ -116,6 +116,7 @@ local:
SMARTCOLS_2.27 {
global:
+ scols_column_is_hidden;
scols_table_enable_json;
scols_table_is_json;
scols_table_set_name;