aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-24 14:49:51 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-24 14:49:51 +0000
commit22a01e0dbbb8da97789c8462e553ea4fb10a65c9 (patch)
tree70b653048f13b09466905461471e8a8dbf6da52b /src/fs/fs_test_lib.h
parentec8b3142b2304fef64c7d76952a63a60471fb461 (diff)
downloadgnunet-22a01e0dbbb8da97789c8462e553ea4fb10a65c9.tar.gz
gnunet-22a01e0dbbb8da97789c8462e553ea4fb10a65c9.zip
doxygen
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index b9bbf7480..524c1f3cc 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -19,15 +19,15 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file fs/test_fs_lib.h 22 * @file fs/fs_test_lib.h
23 * @brief library routines for testing FS publishing and downloading 23 * @brief library routines for testing FS publishing and downloading
24 * with multiple peers; this code is limited to flat files 24 * with multiple peers; this code is limited to flat files
25 * and no keywords (those functions can be tested with 25 * and no keywords (those functions can be tested with
26 * single-peer setups; this is for testing routing). 26 * single-peer setups; this is for testing routing).
27 * @author Christian Grothoff 27 * @author Christian Grothoff
28 */ 28 */
29#ifndef TEST_FS_LIB_H 29#ifndef FS_TEST_LIB_H
30#define TEST_FS_LIB_H 30#define FS_TEST_LIB_H
31 31
32#include "gnunet_util_lib.h" 32#include "gnunet_util_lib.h"
33#include "gnunet_fs_service.h" 33#include "gnunet_fs_service.h"
@@ -141,6 +141,7 @@ GNUNET_FS_TEST_publish (struct GNUNET_SCHEDULER_Handle *sched,
141 * given period, call the continuation with an error code 141 * given period, call the continuation with an error code
142 * @param anonymity option for download 142 * @param anonymity option for download
143 * @param seed used for file validation 143 * @param seed used for file validation
144 * @param uri URI of file to download (CHK/LOC only)
144 * @param verbose how verbose to be in reporting 145 * @param verbose how verbose to be in reporting
145 * @param cont function to call when done 146 * @param cont function to call when done
146 * @param cont_cls closure for cont 147 * @param cont_cls closure for cont