diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-09-02 20:07:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-09-02 20:07:59 +0000 |
commit | eae423bc26419913e447f91a37e48f5ac2f8133f (patch) | |
tree | 2224f4efd5b117ed60596a7102be3cef523e475c /src/include/gnunet_datastore_service.h | |
parent | 586cf79331064d131c90df08e2d51215214a37d2 (diff) |
fixing datastore API, improving unindex
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r-- | src/include/gnunet_datastore_service.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h index acd9af1ded..be4931811e 100644 --- a/src/include/gnunet_datastore_service.h +++ b/src/include/gnunet_datastore_service.h @@ -254,6 +254,10 @@ GNUNET_DATASTORE_get_random (struct GNUNET_DATASTORE_Handle *h, /** * Explicitly remove some content from the database. + * The "cont"inuation will be called with status + * "GNUNET_OK" if content was removed, "GNUNET_NO" + * if no matching entry was found and "GNUNET_SYSERR" + * on all other types of errors. * * @param h handle to the datastore * @param key key for the value |