summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:32 +0000
commit8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch)
tree1fdda006866bca20d41cb206767ea5241e36852f /libsmartcols/src/libsmartcols.sym
parentAdding debian version 2.39.3-11. (diff)
downloadutil-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz
util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--libsmartcols/src/libsmartcols.sym31
1 files changed, 30 insertions, 1 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 4499908..41c7455 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -210,8 +210,37 @@ SMARTCOLS_2.38 {
scols_table_enable_shellvar;
} SMARTCOLS_2.35;
-
SMARTCOLS_2.39 {
scols_column_set_properties;
scols_table_get_column_by_name;
} SMARTCOLS_2.38;
+
+SMARTCOLS_2.40 {
+ scols_table_get_cursor;
+ scols_cell_refer_memory;
+ scols_cell_get_datasiz;
+ scols_wrapzero_nextchunk;
+ scols_column_get_wrap_data;
+ scols_dump_filter;
+ scols_filter_parse_string;
+ scols_new_filter;
+ scols_unref_filter;
+ scols_filter_get_errmsg;
+ scols_filter_next_holder;
+ scols_filter_assign_column;
+ scols_line_apply_filter;
+ scols_filter_set_filler_cb;
+ scols_line_is_filled;
+ scols_filter_new_counter;
+ scols_counter_set_name;
+ scols_counter_set_param;
+ scols_counter_set_func;
+ scols_counter_get_result;
+ scols_counter_get_name;
+ scols_filter_next_counter;
+ scols_shellvar_name;
+ scols_column_set_data_func;
+ scols_column_has_data_func;
+ scols_column_set_data_type;
+ scols_column_get_data_type;
+} SMARTCOLS_2.39;