-remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure calling...
[oweals/gnunet.git] / src / include / gnunet_datastore_plugin.h
index 0099666d6c37053433635e3ecaf1117fce299947..082173fff2540f189e75c841e9136948fca1971b 100644 (file)
@@ -140,7 +140,7 @@ typedef int (*PluginPut) (void *cls, const struct GNUNET_HashCode * key, uint32_
  * @param key key in the data store
  * @param count how many values are stored under this key in the datastore
  */
-typedef void (*PluginKeyProcessor) (void *cls, 
+typedef void (*PluginKeyProcessor) (void *cls,
                                    const struct GNUNET_HashCode *key,
                                    unsigned int count);
 
@@ -322,7 +322,7 @@ struct GNUNET_DATASTORE_PluginFunctions
    * Iterate over all keys in the database.
    */
   PluginGetKeys get_keys;
-  
+
 };