summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorKarel Zak2014-03-19 16:58:15 +0100
committerKarel Zak2014-04-03 12:29:16 +0200
commit571441e29198db3c90ec93f44663c77dfcbab002 (patch)
tree9ddb122b4958aa305ba8e2b04caf067ec727dec3 /libsmartcols/src/smartcolsP.h
parentlibsmartcols: add test (diff)
downloadkernel-qcow2-util-linux-571441e29198db3c90ec93f44663c77dfcbab002.tar.gz
kernel-qcow2-util-linux-571441e29198db3c90ec93f44663c77dfcbab002.tar.xz
kernel-qcow2-util-linux-571441e29198db3c90ec93f44663c77dfcbab002.zip
libsmartcols: support alternative streams
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 1bba01730..d8cf2ee56 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -107,6 +107,7 @@ struct libscols_table {
int is_term; /* is a tty? */
int flags;
int first_run;
+ FILE *out; /* output stream */
struct list_head tb_columns;
struct list_head tb_lines;