aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index e6b49fd75..c96432946 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -233,9 +233,9 @@ GNUNET_DATACACHE_destroy (struct GNUNET_DATACACHE_Handle *h)
233 * @param data data to store 233 * @param data data to store
234 * @param type type of the value 234 * @param type type of the value
235 * @param discard_time when to discard the value in any case 235 * @param discard_time when to discard the value in any case
236 * @param path_info_len number of entries in 'path_info' 236 * @param path_info_len number of entries in @a path_info
237 * @param path_info a path through the network 237 * @param path_info a path through the network
238 * @return GNUNET_OK on success, GNUNET_SYSERR on error, GNUNET_NO if duplicate 238 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error, #GNUNET_NO if duplicate
239 */ 239 */
240int 240int
241GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h, 241GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,