summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
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/smartcolsP.h
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/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index b7f1f2b6d..ebdc9295f 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -125,6 +125,9 @@ struct libscols_table {
size_t termreduce; /* extra blank space */
FILE *out; /* output stream */
+ char *colsep; /* column separator */
+ char *linesep; /* line separator */
+
struct list_head tb_columns;
struct list_head tb_lines;
struct libscols_symbols *symbols;