aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-14 15:09:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-14 15:09:54 +0000
commit734c4245957b1df83c7818e44f1ec0a8f92d34c8 (patch)
treeb5aea1770de36b9292a7af5cfc31ff5c7268a78a
parentf032a75a9bad250cd3c269bbd74387ce7ba2b316 (diff)
downloadgnunet-734c4245957b1df83c7818e44f1ec0a8f92d34c8.tar.gz
gnunet-734c4245957b1df83c7818e44f1ec0a8f92d34c8.zip
-doxygen
-rw-r--r--src/datacache/plugin_datacache_sqlite.c4
1 files changed, 3 insertions, 1 deletions
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
95 * @param data data to store 95 * @param data data to store
96 * @param type type of the value 96 * @param type type of the value
97 * @param discard_time when to discard the value in any case 97 * @param discard_time when to discard the value in any case
98 * @return 0 if duplicate, -1 on error, number of bytes used otherwise 98 * @param path_info_len number of entries in 'path_info'
99 * @param path_info array of peers that have processed the request
100 * @return 0 if duplicate, -1 on error, number of bytes used otherwise
99 */ 101 */
100static ssize_t 102static ssize_t
101sqlite_plugin_put (void *cls, 103sqlite_plugin_put (void *cls,