From: Igor Gnatenko Date: Fri, 15 Jan 2016 22:26:26 +0000 (+0100) Subject: libsmartcols: add scols_column_is_hidden into sym file X-Git-Tag: v2.28-rc1~195^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a229e20478cc16de8cba65e35baab0785dd584b3;p=thirdparty%2Futil-linux.git 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 --- diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym index 9a060cf73e..e1e4382eb3 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 + * Copyright (C) 2014-2016 Karel Zak */ 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;