summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-17 12:19:48 +0100
committerKarel Zak2014-04-03 12:29:16 +0200
commitb36992fb2a44a49c21a608a18cd7da9ceef349c7 (patch)
treecfc8d6374fec458df7b52dbee22f8b7cb493be33 /libsmartcols/src/smartcolsP.h
parentlibsmartcols: add iterator (diff)
downloadkernel-qcow2-util-linux-b36992fb2a44a49c21a608a18cd7da9ceef349c7.tar.gz
kernel-qcow2-util-linux-b36992fb2a44a49c21a608a18cd7da9ceef349c7.tar.xz
kernel-qcow2-util-linux-b36992fb2a44a49c21a608a18cd7da9ceef349c7.zip
libsmartcols: add symbols
[kzak@redhat.com: - split scols_new_symbols() to regular getters functions] Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index c42457580..ca662a204 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -33,4 +33,13 @@ struct libscols_iter {
int direction; /* SCOLS_ITER_{FOR,BACK}WARD */
};
+/*
+ * Tree symbols
+ */
+struct libscols_symbols {
+ char *branch;
+ char *vert;
+ char *right;
+};
+
#endif /* _LIBSMARTCOLS_PRIVATE_H */