summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorOndrej Oprala2014-04-09 16:58:28 +0200
committerOndrej Oprala2014-04-14 12:37:21 +0200
commitd1b4d14f4da1a6ac10f0d038c20bd80185b99bdc (patch)
treec22532d0cf01c53645c209a8c5647fffb0cf886b /libsmartcols/src/libsmartcols.sym
parentbuild-sys: fix fstrim systemd stuff (diff)
downloadkernel-qcow2-util-linux-d1b4d14f4da1a6ac10f0d038c20bd80185b99bdc.tar.gz
kernel-qcow2-util-linux-d1b4d14f4da1a6ac10f0d038c20bd80185b99bdc.tar.xz
kernel-qcow2-util-linux-d1b4d14f4da1a6ac10f0d038c20bd80185b99bdc.zip
libsmartcols: add separator getters/setters
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index 3984751cf..4b64f280c 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -71,7 +71,9 @@ global:
scols_table_enable_noheadings;
scols_table_enable_raw;
scols_table_get_column;
+ scols_table_get_column_separator;
scols_table_get_line;
+ scols_table_get_line_separator;
scols_table_get_ncols;
scols_table_get_nlines;
scols_table_get_stream;
@@ -91,6 +93,8 @@ global:
scols_table_remove_columns;
scols_table_remove_line;
scols_table_remove_lines;
+ scols_table_set_column_separator;
+ scols_table_set_line_separator;
scols_table_set_stream;
scols_table_set_symbols;
scols_unref_column;