summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/cell.c
diff options
context:
space:
mode:
authorKarel Zak2014-06-03 12:41:58 +0200
committerKarel Zak2014-06-03 12:41:58 +0200
commit36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e (patch)
tree56a0c04cc991f34280cb4094855efe3823809794 /libsmartcols/src/cell.c
parentdocs: rename libs xml/version.xml to xml/version-utils.xml (diff)
downloadkernel-qcow2-util-linux-36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e.tar.gz
kernel-qcow2-util-linux-36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e.tar.xz
kernel-qcow2-util-linux-36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e.zip
libsmartcols: fix docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/cell.c')
-rw-r--r--libsmartcols/src/cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c
index 1d2ab5838..2cc93c296 100644
--- a/libsmartcols/src/cell.c
+++ b/libsmartcols/src/cell.c
@@ -133,7 +133,6 @@ int scols_cell_set_userdata(struct libscols_cell *ce, void *data)
/**
* scols_cell_get_userdata
- *
* @ce: a pointer to a struct libscols_cell instance
*
* Returns: user data
@@ -147,6 +146,7 @@ void *scols_cell_get_userdata(struct libscols_cell *ce)
* scols_cmpstr_cells:
* @a: pointer to cell
* @b: pointer to cell
+ * @data: unused pointer to private data (defined by API)
*
* Compares cells data by strcmp(). The function is designed for
* scols_column_set_cmpfunc() and scols_sort_table().