From 734c4245957b1df83c7818e44f1ec0a8f92d34c8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 14 Nov 2012 15:09:54 +0000 Subject: -doxygen --- src/datacache/plugin_datacache_sqlite.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/datacache/plugin_datacache_sqlite.c') diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c index 3dae4643a..bf76f310f 100644 --- a/src/datacache/plugin_datacache_sqlite.c +++ b/src/datacache/plugin_datacache_sqlite.c @@ -95,7 +95,9 @@ sq_prepare (sqlite3 * dbh, const char *zSql, /* SQL statement, UTF-8 encoded * @param data data to store * @param type type of the value * @param discard_time when to discard the value in any case - * @return 0 if duplicate, -1 on error, number of bytes used otherwise + * @param path_info_len number of entries in 'path_info' + * @param path_info array of peers that have processed the request + * @return 0 if duplicate, -1 on error, number of bytes used otherwise */ static ssize_t sqlite_plugin_put (void *cls, -- cgit v1.2.3