aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_datacache_plugin.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 6868d6b76..fbfcdf1e8 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -40,7 +40,7 @@ extern "C"
40/** 40/**
41 * Function called by plugins to notify the datacache 41 * Function called by plugins to notify the datacache
42 * about content deletions. 42 * about content deletions.
43 * 43 *
44 * @param cls closure 44 * @param cls closure
45 * @param key key of the content that was deleted 45 * @param key key of the content that was deleted
46 * @param size number of bytes that were made available 46 * @param size number of bytes that were made available
@@ -133,7 +133,7 @@ struct GNUNET_DATACACHE_PluginFunctions
133 /** 133 /**
134 * Delete the entry with the lowest expiration value 134 * Delete the entry with the lowest expiration value
135 * from the datacache right now. 135 * from the datacache right now.
136 * 136 *
137 * @param cls closure (internal context for the plugin) 137 * @param cls closure (internal context for the plugin)
138 * @return GNUNET_OK on success, GNUNET_SYSERR on error 138 * @return GNUNET_OK on success, GNUNET_SYSERR on error
139 */ 139 */