[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-twister] branch master updated: remove prototypes not implemented
From: |
gnunet |
Subject: |
[taler-twister] branch master updated: remove prototypes not implemented by lib |
Date: |
Tue, 27 Aug 2024 00:32:11 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository twister.
The following commit(s) were added to refs/heads/master by this push:
new 133ba6a remove prototypes not implemented by lib
133ba6a is described below
commit 133ba6a54259c5f1132730cbba792d34d7596cd7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 27 00:32:08 2024 +0200
remove prototypes not implemented by lib
---
src/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
index 3bc994f..35a6d8b 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-twister] branch master updated: remove prototypes not implemented by lib,
gnunet <=