summaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index 4bf0c7caa..e1c43bea7 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file fs/fs_test_lib.h 22 * @file fs/fs_test_lib.h
@@ -64,15 +64,15 @@ typedef void
64 * @param cont_cls closure for @a cont 64 * @param cont_cls closure for @a cont
65 */ 65 */
66void 66void
67GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer, 67GNUNET_FS_TEST_publish(struct GNUNET_TESTBED_Peer *peer,
68 struct GNUNET_TIME_Relative timeout, 68 struct GNUNET_TIME_Relative timeout,
69 uint32_t anonymity, 69 uint32_t anonymity,
70 int do_index, 70 int do_index,
71 uint64_t size, 71 uint64_t size,
72 uint32_t seed, 72 uint32_t seed,
73 unsigned int verbose, 73 unsigned int verbose,
74 GNUNET_FS_TEST_UriContinuation cont, 74 GNUNET_FS_TEST_UriContinuation cont,
75 void *cont_cls); 75 void *cont_cls);
76 76
77 77
78/** 78/**
@@ -89,14 +89,14 @@ GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer,
89 * @param cont_cls closure for @a cont 89 * @param cont_cls closure for @a cont
90 */ 90 */
91void 91void
92GNUNET_FS_TEST_download (struct GNUNET_TESTBED_Peer *peer, 92GNUNET_FS_TEST_download(struct GNUNET_TESTBED_Peer *peer,
93 struct GNUNET_TIME_Relative timeout, 93 struct GNUNET_TIME_Relative timeout,
94 uint32_t anonymity, 94 uint32_t anonymity,
95 uint32_t seed, 95 uint32_t seed,
96 const struct GNUNET_FS_Uri *uri, 96 const struct GNUNET_FS_Uri *uri,
97 unsigned int verbose, 97 unsigned int verbose,
98 GNUNET_SCHEDULER_TaskCallback cont, 98 GNUNET_SCHEDULER_TaskCallback cont,
99 void *cont_cls); 99 void *cont_cls);
100 100
101 101
102 102