aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 07:46:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 07:46:10 +0000
commitc013ea31649c63804599cc16253fa34d160e818d (patch)
treeb430d10a7324a727626c4e04f5a7fd3ef03b3246 /src/include
parent5906405838be2ab68bece4b4b07688dbe97ae5f3 (diff)
downloadgnunet-c013ea31649c63804599cc16253fa34d160e818d.tar.gz
gnunet-c013ea31649c63804599cc16253fa34d160e818d.zip
going less bitfield crazy
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_datastore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 372ed633c..f499cb827 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -169,7 +169,7 @@ typedef int (*PluginPut) (void *cls,
169 * in the datastore. 169 * in the datastore.
170 * 170 *
171 * @param cls closure 171 * @param cls closure
172 * @param key maybe NULL (to match all entries) 172 * @param key key to match, never NULL
173 * @param vhash hash of the value, maybe NULL (to 173 * @param vhash hash of the value, maybe NULL (to
174 * match all values that have the right key). 174 * match all values that have the right key).
175 * Note that for DBlocks there is no difference 175 * Note that for DBlocks there is no difference