docu
[oweals/gnunet.git] / src / datacache / plugin_datacache_sqlite.c
index 3dae4643a7a956db5832f0dd08a5653e44cb6f95..bf76f310f16c1b0b510bb9f0112cfb4bf05a0978 100644 (file)
@@ -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,