summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorKarel Zak2014-04-03 16:09:57 +0200
committerKarel Zak2014-04-03 16:09:57 +0200
commit0925a9dd6cd65feb8cb2d4d66551363f4af161e9 (patch)
tree9981e45aee1274f959a9b32f3cbdffabc8a45d8c /libsmartcols/src/libsmartcols.sym
parentfdisk: print table header as bold (diff)
downloadkernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.tar.gz
kernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.tar.xz
kernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.zip
libsmartcols: clean up flags usage
* rename flags functions to scols_table_enable_* * rename *_no_foo() functions to _nofoo() * output formats are mutually exclusive, so don't use flags there * don't assume symbols in scols_new_table(), use scols_table_set_symbols() Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym17
1 files changed, 8 insertions, 9 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 19c260198..40cc12c86 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -13,7 +13,7 @@ global:
scols_column_get_flags;
scols_column_get_header;
scols_column_get_whint;
- scols_column_is_no_extremes;
+ scols_column_is_noextremes;
scols_column_is_right;
scols_column_is_strict_width;
scols_column_is_tree;
@@ -61,7 +61,12 @@ global:
scols_table_add_column;
scols_table_add_line;
scols_table_colors_wanted;
+ scols_table_enable_ascii;
scols_table_enable_colors;
+ scols_table_enable_export;
+ scols_table_enable_maxout;
+ scols_table_enable_noheadings;
+ scols_table_enable_raw;
scols_table_get_column;
scols_table_get_line;
scols_table_get_ncols;
@@ -70,8 +75,8 @@ global:
scols_table_is_ascii;
scols_table_is_empty;
scols_table_is_export;
- scols_table_is_max;
- scols_table_is_no_headings;
+ scols_table_is_maxout;
+ scols_table_is_noheadings;
scols_table_is_raw;
scols_table_is_tree;
scols_table_new_column;
@@ -83,14 +88,8 @@ global:
scols_table_remove_columns;
scols_table_remove_line;
scols_table_remove_lines;
- scols_table_set_ascii;
- scols_table_set_export;
- scols_table_set_max;
- scols_table_set_no_headings;
- scols_table_set_raw;
scols_table_set_stream;
scols_table_set_symbols;
- scols_table_set_tree;
scols_unref_column;
scols_unref_line;
scols_unref_symbols;