summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorKarel Zak2014-04-14 13:44:23 +0200
committerKarel Zak2014-04-14 13:44:23 +0200
commit4baab7dfd36523ede61159c02744b5cf78928da0 (patch)
tree90755cbde0951e9952b4ecc79f6e9c4caada6145 /libsmartcols/src/libsmartcols.h.in
parentMerge branch 'scols' of git://github.com/ooprala/util-linux (diff)
downloadkernel-qcow2-util-linux-4baab7dfd36523ede61159c02744b5cf78928da0.tar.gz
kernel-qcow2-util-linux-4baab7dfd36523ede61159c02744b5cf78928da0.tar.xz
kernel-qcow2-util-linux-4baab7dfd36523ede61159c02744b5cf78928da0.zip
libsmartcols: improve line and cell separators
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.h.in')
-rw-r--r--libsmartcols/src/libsmartcols.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index 1307013a1..9468226f2 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -174,8 +174,8 @@ extern int scols_table_enable_noheadings(struct libscols_table *tb, int enable);
extern int scols_table_enable_export(struct libscols_table *tb, int enable);
extern int scols_table_enable_maxout(struct libscols_table *tb, int enable);
-extern int scols_table_set_column_separator(struct libscols_table *tb, char *sep);
-extern int scols_table_set_line_separator(struct libscols_table *tb, char *sep);
+extern int scols_table_set_column_separator(struct libscols_table *tb, const char *sep);
+extern int scols_table_set_line_separator(struct libscols_table *tb, const char *sep);
extern struct libscols_table *scols_new_table(void);
extern void scols_ref_table(struct libscols_table *tb);