libsmartcols: add scols_column_is_hidden into sym file

In commit 6d6b6d185e 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>
This commit is contained in:
Igor Gnatenko 2016-01-15 23:26:26 +01:00
parent 7ebbb9918e
commit a229e20478
1 changed files with 2 additions and 1 deletions

View File

@ -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;