summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-17 13:00:52 +0100
committerKarel Zak2014-04-03 12:29:16 +0200
commit6d1072696ce3e4ae9dc8b4a37805fb00bfc1d4e1 (patch)
treea2e8db0e0a00fa7c6d5b520afe5d5ca8e8228f9c /libsmartcols/src/smartcolsP.h
parentlibsmartcols: add symbols (diff)
downloadkernel-qcow2-util-linux-6d1072696ce3e4ae9dc8b4a37805fb00bfc1d4e1.tar.gz
kernel-qcow2-util-linux-6d1072696ce3e4ae9dc8b4a37805fb00bfc1d4e1.tar.xz
kernel-qcow2-util-linux-6d1072696ce3e4ae9dc8b4a37805fb00bfc1d4e1.zip
libsmartcols: add cells
[kzak@redhat.com: - remove copy, free -- all have to be handled by lines] Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index ca662a204..6cb712a46 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -42,4 +42,12 @@ struct libscols_symbols {
char *right;
};
+/*
+ * Table cells
+ */
+struct libscols_cell {
+ char *data;
+ char *color;
+};
+
#endif /* _LIBSMARTCOLS_PRIVATE_H */