aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-25 08:48:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-25 08:48:14 +0000
commit78469082de0b7fa49724504b7e21bb2e9b4bef05 (patch)
treecc672be10a2a40003828ec18844774150f27b9ba /src/include/gnunet_datastore_service.h
parent2574474f98d5a4feefab2bbd7092c9d0ff9d64e8 (diff)
downloadgnunet-78469082de0b7fa49724504b7e21bb2e9b4bef05.tar.gz
gnunet-78469082de0b7fa49724504b7e21bb2e9b4bef05.zip
better API
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 4c9fad965..e9cb8a76f 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -317,12 +317,9 @@ GNUNET_DATASTORE_get (struct GNUNET_DATASTORE_Handle *h,
317 * from the datastore. 317 * from the datastore.
318 * 318 *
319 * @param h handle to the datastore 319 * @param h handle to the datastore
320 * @param more GNUNET_YES to get moxre results, GNUNET_NO to abort
321 * iteration (with a final call to "iter" with key/data == NULL).
322 */ 320 */
323void 321void
324GNUNET_DATASTORE_get_next (struct GNUNET_DATASTORE_Handle *h, 322GNUNET_DATASTORE_get_next (struct GNUNET_DATASTORE_Handle *h);
325 int more);
326 323
327 324
328/** 325/**