aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 0099666d6..082173fff 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -140,7 +140,7 @@ typedef int (*PluginPut) (void *cls, const struct GNUNET_HashCode * key, uint32_
140 * @param key key in the data store 140 * @param key key in the data store
141 * @param count how many values are stored under this key in the datastore 141 * @param count how many values are stored under this key in the datastore
142 */ 142 */
143typedef void (*PluginKeyProcessor) (void *cls, 143typedef void (*PluginKeyProcessor) (void *cls,
144 const struct GNUNET_HashCode *key, 144 const struct GNUNET_HashCode *key,
145 unsigned int count); 145 unsigned int count);
146 146
@@ -322,7 +322,7 @@ struct GNUNET_DATASTORE_PluginFunctions
322 * Iterate over all keys in the database. 322 * Iterate over all keys in the database.
323 */ 323 */
324 PluginGetKeys get_keys; 324 PluginGetKeys get_keys;
325 325
326}; 326};
327 327
328 328