twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 133ba6a54259c5f1132730cbba792d34d7596cd7
parent ad4ee60c76a401a469669649c752774157cbe432
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 27 Aug 2024 00:32:08 +0200

remove prototypes not implemented by lib

Diffstat:
Msrc/include/taler_twister_service.h | 23+----------------------
1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/src/include/taler_twister_service.h b/src/include/taler_twister_service.h @@ -21,7 +21,7 @@ #define TALER_TWISTER_SERVICE_H_ #define TWISTER_FAIL() \ - do {GNUNET_break (0); return NULL; } while (0) + do {GNUNET_break (0); return NULL; } while (0) /** * @author Christian Grothoff @@ -249,27 +249,6 @@ void TALER_TWISTER_cancel (struct TALER_TWISTER_Operation *op); -/** - * Prepare twister for execution; mainly checks whether the - * HTTP port is available and construct the base URL based on it. - * - * @param config_filename configuration file name. - * @return twister base URL, NULL upon errors. - */ -char * -TALER_TWISTER_prepare_twister (const char *config_filename); - - -/** - * Run the twister service. - * - * @param config_filename configuration file name. - * @return twister process handle, NULL upon errors. - */ -struct GNUNET_OS_Process * -TALER_TWISTER_run_twister (const char *config_filename); - - #if 0 /* keep Emacsens' auto-indent happy */ { #endif