--- libsmartcols/src/libsmartcols.sym | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym index 4b64f28..2c80699 100644 --- a/libsmartcols/src/libsmartcols.sym +++ b/libsmartcols/src/libsmartcols.sym @@ -9,6 +9,8 @@ global: scols_cell_refer_data; scols_cell_set_color; scols_cell_set_data; + scols_cmpstr_cells; + scols_cmpnum_cells; scols_column_get_color; scols_column_get_flags; scols_column_get_header; @@ -21,6 +23,7 @@ global: scols_column_set_color; scols_column_set_flags; scols_column_set_whint; + scols_column_set_sortcmp; scols_copy_column; scols_copy_line; scols_copy_symbols; @@ -97,6 +100,8 @@ global: scols_table_set_line_separator; scols_table_set_stream; scols_table_set_symbols; + scols_table_set_key_column; + scols_table_get_key_column; scols_unref_column; scols_unref_line; scols_unref_symbols; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html