diff options
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r-- | src/include/gnunet_datacache_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h index 6868d6b760..fbfcdf1e8b 100644 --- a/src/include/gnunet_datacache_plugin.h +++ b/src/include/gnunet_datacache_plugin.h @@ -40,7 +40,7 @@ extern "C" /** * Function called by plugins to notify the datacache * about content deletions. - * + * * @param cls closure * @param key key of the content that was deleted * @param size number of bytes that were made available @@ -133,7 +133,7 @@ struct GNUNET_DATACACHE_PluginFunctions /** * Delete the entry with the lowest expiration value * from the datacache right now. - * + * * @param cls closure (internal context for the plugin) * @return GNUNET_OK on success, GNUNET_SYSERR on error */ |