aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-21 16:24:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-21 16:24:44 +0000
commit3101c3cb4276e33edacdf5cb5cff546d21b90cc9 (patch)
tree3b543a36791044fd496a2260bda3613016bc4cf0 /src/include/gnunet_namestore_plugin.h
parent53e8b875ee273ad37840bca8499fff655f0d6e47 (diff)
downloadgnunet-3101c3cb4276e33edacdf5cb5cff546d21b90cc9.tar.gz
gnunet-3101c3cb4276e33edacdf5cb5cff546d21b90cc9.zip
-again improving API, starting to implement some of the sqlite interactions
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index d19c3aeb2..111be7e47 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -145,7 +145,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
145 * @param cls closure (internal context for the plugin) 145 * @param cls closure (internal context for the plugin)
146 * @param zone hash of public key of the zone 146 * @param zone hash of public key of the zone
147 * @param loc location in the B-tree 147 * @param loc location in the B-tree
148 * @param ploc parent's location in the B-tree (must have depth = loc.depth - 1) and the 148 * @param ploc parent's location in the B-tree (must have depth = loc.depth + 1) and the
149 * revision must also match loc's revision; NULL for root 149 * revision must also match loc's revision; NULL for root
150 * @param num_entries number of entries at this node in the B-tree 150 * @param num_entries number of entries at this node in the B-tree
151 * @param entries the 'num_entries' entries to store (hashes over the 151 * @param entries the 'num_entries' entries to store (hashes over the