From: Karel Zak Date: Tue, 3 Jun 2014 10:41:58 +0000 (+0200) Subject: libsmartcols: fix docs X-Git-Tag: v2.25-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e;p=thirdparty%2Futil-linux.git libsmartcols: fix docs Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c index 1d2ab5838b..2cc93c2967 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().