aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:53:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:53:19 +0000
commit19eaa757384928db0eed4857bb77c9054620bf99 (patch)
tree58054d322c44483b1fd77176efb34c56acfcfaa1 /src/namecache
parent46dba8aa60154c30518f399184e94d5bafeea7dc (diff)
downloadgnunet-19eaa757384928db0eed4857bb77c9054620bf99.tar.gz
gnunet-19eaa757384928db0eed4857bb77c9054620bf99.zip
doxygen
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/plugin_namecache_postgres.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namecache/plugin_namecache_postgres.c b/src/namecache/plugin_namecache_postgres.c
index 7135375dc..fdeb8e023 100644
--- a/src/namecache/plugin_namecache_postgres.c
+++ b/src/namecache/plugin_namecache_postgres.c
@@ -211,10 +211,9 @@ namecache_postgres_expire_blocks (struct Plugin *plugin)
211/** 211/**
212 * Delete older block in the datastore. 212 * Delete older block in the datastore.
213 * 213 *
214 * @param the plugin 214 * @param plugin the plugin
215 * @param query query for the block 215 * @param query query for the block
216 * @param expiration time how old does the block have to be for deletion 216 * @param expiration_time how old does the block have to be for deletion
217 * @return #GNUNET_OK on success, else #GNUNET_SYSERR
218 */ 217 */
219static void 218static void
220delete_old_block (struct Plugin *plugin, 219delete_old_block (struct Plugin *plugin,