aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_operations.c')
-rw-r--r--src/testbed/testbed_api_operations.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c
index fa75cf435..33c71d917 100644
--- a/src/testbed/testbed_api_operations.c
+++ b/src/testbed/testbed_api_operations.c
@@ -19,12 +19,12 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_operations.c 22 * @file testing/testbed_api_operations.c
23 * @brief functions to manage operation queues 23 * @brief functions to manage operation queues
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "new_testing_api_operations.h" 27#include "testbed_api_operations.h"
28 28
29 29
30/** 30/**
@@ -71,4 +71,4 @@ GNUNET_TESTBED_operation_done (struct GNUNET_TESTBED_Operation *operation)
71 71
72 72
73 73
74/* end of new_testing_api_operations.c */ 74/* end of testbed_api_operations.c */