summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorKarel Zak2016-09-27 14:16:18 +0200
committerKarel Zak2016-09-27 14:16:18 +0200
commit68a7f92b94431b28aa345ab30214c3490dcc10bd (patch)
tree2618940fd0e7ae0fe69518bde09cf601db7324ae /libsmartcols/src/libsmartcols.h.in
parentdocs: some random fixes (diff)
downloadkernel-qcow2-util-linux-68a7f92b94431b28aa345ab30214c3490dcc10bd.tar.gz
kernel-qcow2-util-linux-68a7f92b94431b28aa345ab30214c3490dcc10bd.tar.xz
kernel-qcow2-util-linux-68a7f92b94431b28aa345ab30214c3490dcc10bd.zip
libsmartcols: custom wrap fixes
Reported-by: Igor Gnatenko <i.gnatenko.brain@gmail.com Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.h.in')
-rw-r--r--libsmartcols/src/libsmartcols.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index 94b1aada2..d7f1da6b1 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -161,7 +161,7 @@ extern double scols_column_get_whint(const struct libscols_column *cl);
extern struct libscols_cell *scols_column_get_header(struct libscols_column *cl);
extern int scols_column_set_color(struct libscols_column *cl, const char *color);
extern const char *scols_column_get_color(const struct libscols_column *cl);
-extern struct libscols_table *scols_column_get_table(struct libscols_column *cl);
+extern struct libscols_table *scols_column_get_table(const struct libscols_column *cl);
extern int scols_column_set_cmpfunc(struct libscols_column *cl,
int (*cmp)(struct libscols_cell *a,