]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: add scols_column_is_hidden into sym file
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Fri, 15 Jan 2016 22:26:26 +0000 (23:26 +0100)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Fri, 15 Jan 2016 22:27:52 +0000 (23:27 +0100)
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>
libsmartcols/src/libsmartcols.sym

index 9a060cf73e8fc2cd3d77f54b96d70516922672af..e1e4382eb3fb34b440e3cfe3b835e3b2c131a440 100644 (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;