summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorIgor Gnatenko2016-01-24 23:34:53 +0100
committerIgor Gnatenko2016-01-25 00:12:14 +0100
commitbfc3d8b48ef9f2c10f3a4c8f932ed941e8f048be (patch)
treefc8d4397e0d02cd86f55b681e000a0b54f7331d9 /libsmartcols/src/libsmartcols.h.in
parentlsblk: remove useless warnings (diff)
downloadkernel-qcow2-util-linux-bfc3d8b48ef9f2c10f3a4c8f932ed941e8f048be.tar.gz
kernel-qcow2-util-linux-bfc3d8b48ef9f2c10f3a4c8f932ed941e8f048be.tar.xz
kernel-qcow2-util-linux-bfc3d8b48ef9f2c10f3a4c8f932ed941e8f048be.zip
libsmartcols: position of title in fact unsigned
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index 2f700d0cd..e5a0fccb3 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -187,7 +187,7 @@ extern struct libscols_line *scols_copy_line(struct libscols_line *ln);
/* table */
extern int scols_table_colors_wanted(struct libscols_table *tb);
extern int scols_table_set_name(struct libscols_table *tb, const char *name);
-extern int scols_table_set_title(struct libscols_table *tb, const char *title, int position, const char *color);
+extern int scols_table_set_title(struct libscols_table *tb, const char *title, unsigned int position, const char *color);
extern int scols_table_is_raw(struct libscols_table *tb);
extern int scols_table_is_ascii(struct libscols_table *tb);
extern int scols_table_is_json(struct libscols_table *tb);