summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorIgor Gnatenko2016-02-21 21:13:50 +0100
committerIgor Gnatenko2016-02-21 21:13:50 +0100
commitcfa185721e53444568f545fc058fba23087cf144 (patch)
treebbd615638ebe1eb15df67a765cb5cce7b2c0a405 /libsmartcols/src/libsmartcols.h.in
parentlibsmartcols: add sample-scols-continuous (diff)
downloadkernel-qcow2-util-linux-cfa185721e53444568f545fc058fba23087cf144.tar.gz
kernel-qcow2-util-linux-cfa185721e53444568f545fc058fba23087cf144.tar.xz
kernel-qcow2-util-linux-cfa185721e53444568f545fc058fba23087cf144.zip
libsmartcols: implement scols_table_print_range_to_string
Reference: https://github.com/karelzak/util-linux/issues/283 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.h.in')
-rw-r--r--libsmartcols/src/libsmartcols.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index 664822e77..b2a750f1b 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -250,6 +250,10 @@ extern int scols_print_table_to_string(struct libscols_table *tb, char **data);
extern int scols_table_print_range( struct libscols_table *tb,
struct libscols_line *start,
struct libscols_line *end);
+extern int scols_table_print_range_to_string( struct libscols_table *tb,
+ struct libscols_line *start,
+ struct libscols_line *end,
+ char **data);
#ifdef __cplusplus
}