summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorIgor Gnatenko2016-09-23 16:05:02 +0200
committerKarel Zak2016-09-27 11:19:03 +0200
commit618a1d6dbe9055382f7f37c222e8456e6841dc8b (patch)
treea7cdbc2aabf076d29abcc9774f5eb323effa7aaf /libsmartcols/src/libsmartcols.h.in
parentlibsmartcols: support custom wrap and remove SCOLS_FL_WRAPNL (diff)
downloadkernel-qcow2-util-linux-618a1d6dbe9055382f7f37c222e8456e6841dc8b.tar.gz
kernel-qcow2-util-linux-618a1d6dbe9055382f7f37c222e8456e6841dc8b.tar.xz
kernel-qcow2-util-linux-618a1d6dbe9055382f7f37c222e8456e6841dc8b.zip
libsmartcols: fixes in doc generation
* Add 2.29 symbols index * Sync argument names between header and implementation 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, 2 insertions, 2 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index d6ae91f60..de45892f2 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -123,8 +123,8 @@ extern int scols_symbols_set_cell_padding(struct libscols_symbols *sy, const cha
extern int scols_reset_cell(struct libscols_cell *ce);
extern int scols_cell_copy_content(struct libscols_cell *dest,
const struct libscols_cell *src);
-extern int scols_cell_set_data(struct libscols_cell *ce, const char *str);
-extern int scols_cell_refer_data(struct libscols_cell *ce, char *str);
+extern int scols_cell_set_data(struct libscols_cell *ce, const char *data);
+extern int scols_cell_refer_data(struct libscols_cell *ce, char *data);
extern const char *scols_cell_get_data(const struct libscols_cell *ce);
extern int scols_cell_set_color(struct libscols_cell *ce, const char *color);
extern const char *scols_cell_get_color(const struct libscols_cell *ce);