* 'sym_is_hidden' of https://github.com/ignatenkobrain/util-linux:
  libsmartcols: add scols_column_is_hidden into sym file
This commit is contained in:
Karel Zak 2016-01-18 10:16:36 +01:00
commit 28cbfdec21
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;