]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: move scols_table_calculate to SMARTCOLS_2.43 symbol version
authorYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:48:41 +0000 (10:48 +0100)
committerYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:48:41 +0000 (10:48 +0100)
The function ships in v2.43, so it needs its own symbol version
section rather than being grouped with the 2.42 symbols.

libsmartcols/src/libsmartcols.sym

index 64fd12daa0496f7ad7b01023aff6d06b5475eaab..e12a946b74c0425b49c7f24c15c9224c98923496 100644 (file)
@@ -263,6 +263,9 @@ SMARTCOLS_2.42 {
        scols_column_get_headercolor;
        scols_column_refer_annotation;
        scols_column_get_annotation;
-       scols_table_calculate;
 } SMARTCOLS_2.41;
 
+SMARTCOLS_2.43 {
+       scols_table_calculate;
+} SMARTCOLS_2.42;
+