summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-24 16:44:33 +0100
committerKarel Zak2014-04-03 12:29:17 +0200
commit8b992cb5719e7632dd8bc904cb5bfb3720207739 (patch)
tree00d81f77373bdeac1394dec7a3f8dabbbf9cf923 /libsmartcols/src/libsmartcols.sym
parentlibsmartcols: colors may now be specified as human-readable strings (diff)
downloadkernel-qcow2-util-linux-8b992cb5719e7632dd8bc904cb5bfb3720207739.tar.gz
kernel-qcow2-util-linux-8b992cb5719e7632dd8bc904cb5bfb3720207739.tar.xz
kernel-qcow2-util-linux-8b992cb5719e7632dd8bc904cb5bfb3720207739.zip
libsmartcols: revert the column flags API
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym7
1 files changed, 2 insertions, 5 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index b6538a5bc..90ecd771c 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -10,6 +10,7 @@ global:
scols_cell_set_color;
scols_cell_set_data;
scols_column_get_color;
+ scols_column_get_flags;
scols_column_get_header;
scols_column_get_whint;
scols_column_is_no_extremes;
@@ -18,11 +19,7 @@ global:
scols_column_is_tree;
scols_column_is_trunc;
scols_column_set_color;
- scols_column_set_no_extremes;
- scols_column_set_right;
- scols_column_set_strict_width;
- scols_column_set_tree;
- scols_column_set_trunc;
+ scols_column_set_flags;
scols_column_set_whint;
scols_copy_column;
scols_copy_line;