aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_operations.h')
-rw-r--r--src/testbed/testbed_api_operations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_operations.h b/src/testbed/testbed_api_operations.h
index 3636fa421..89d4b09a1 100644
--- a/src/testbed/testbed_api_operations.h
+++ b/src/testbed/testbed_api_operations.h
@@ -19,16 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file testing/new_testing_api_operations.h 22 * @file testing/testbed_api_operations.h
23 * @brief internal API to access the 'operations' subsystem 23 * @brief internal API to access the 'operations' subsystem
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef NEW_TESTING_API_OPERATIONS_H 26#ifndef NEW_TESTING_API_OPERATIONS_H
27#define NEW_TESTING_API_OPERATIONS_H 27#define NEW_TESTING_API_OPERATIONS_H
28 28
29#include "gnunet_testing_service.h" 29#include "gnunet_testbed_service.h"
30#include "gnunet_helper_lib.h" 30#include "gnunet_helper_lib.h"
31 31
32 32
33#endif 33#endif
34/* end of new_testing_api_operations.h */ 34/* end of testbed_api_operations.h */