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..fe7f36c 100644 --- a/libsmartcols/src/libsmartcols.sym +++ b/libsmartcols/src/libsmartcols.sym @@ -70,6 +70,8 @@ global: scols_table_enable_maxout; scols_table_enable_noheadings; scols_table_enable_raw; + scols_table_enable_namesort; + scols_table_enable_sizesort; scols_table_get_column; scols_table_get_column_separator; scols_table_get_line; @@ -84,6 +86,8 @@ global: scols_table_is_noheadings; scols_table_is_raw; scols_table_is_tree; + scols_table_is_namesort; + scols_table_is_sizesort; scols_table_new_column; scols_table_new_line; scols_table_next_column; -- 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