diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-10-18 08:53:19 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-10-18 08:53:19 +0000 |
commit | 19eaa757384928db0eed4857bb77c9054620bf99 (patch) | |
tree | 58054d322c44483b1fd77176efb34c56acfcfaa1 /src/namecache/plugin_namecache_postgres.c | |
parent | 46dba8aa60154c30518f399184e94d5bafeea7dc (diff) |
doxygen
Diffstat (limited to 'src/namecache/plugin_namecache_postgres.c')
-rw-r--r-- | src/namecache/plugin_namecache_postgres.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namecache/plugin_namecache_postgres.c b/src/namecache/plugin_namecache_postgres.c index 7135375dcb..fdeb8e0239 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) /** * Delete older block in the datastore. * - * @param the plugin + * @param plugin the plugin * @param query query for the block - * @param expiration time how old does the block have to be for deletion - * @return #GNUNET_OK on success, else #GNUNET_SYSERR + * @param expiration_time how old does the block have to be for deletion */ static void delete_old_block (struct Plugin *plugin, |