From 36e4bdf018a3bc05c8d4fe78d9cd1bfc5410445e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 3 Jun 2014 12:41:58 +0200 Subject: [PATCH] libsmartcols: fix docs Signed-off-by: Karel Zak --- libsmartcols/src/cell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- 2.47.2