Signed-off-by: Shakur Shams Mullick <shakursmullick@xxxxxxxxx> --- libsmartcols/src/libsmartcols.sym | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym index 4b64f28..c4ca8b8 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; @@ -51,6 +54,7 @@ global: scols_new_table; scols_parse_version_string; scols_print_table; + scols_sort_table; scols_print_table_to_string; scols_ref_column; scols_ref_line; -- 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