summaryrefslogtreecommitdiff
path: root/src/include/taler_twister_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-22 11:46:30 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-22 11:46:30 +0200
commite67d2f91c1e6491af3eb822e685e965b5a498d95 (patch)
tree82e5dc27606ae4f4e6eb8902ec23f057f179dc6a /src/include/taler_twister_service.h
parent17b2aa026e2a4f0a96c255ebb1045085f8418187 (diff)
downloadtwister-e67d2f91c1e6491af3eb822e685e965b5a498d95.tar.gz
twister-e67d2f91c1e6491af3eb822e685e965b5a498d95.tar.bz2
twister-e67d2f91c1e6491af3eb822e685e965b5a498d95.zip
fix typos
Diffstat (limited to 'src/include/taler_twister_service.h')
-rw-r--r--src/include/taler_twister_service.h55
1 files changed, 24 insertions, 31 deletions
diff --git a/src/include/taler_twister_service.h b/src/include/taler_twister_service.h
index 6583fd9..3bc994f 100644
--- a/src/include/taler_twister_service.h
+++ b/src/include/taler_twister_service.h
@@ -55,8 +55,7 @@ struct TALER_TWISTER_Handle;
* @return handle to use in #TALER_TWISTER_disconnect to disconnect
*/
struct TALER_TWISTER_Handle *
-TALER_TWISTER_connect
- (const struct GNUNET_CONFIGURATION_Handle *cfg);
+TALER_TWISTER_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
/**
@@ -147,11 +146,10 @@ TALER_TWISTER_modify_header_dl (struct TALER_TWISTER_Handle *h,
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_flip_download
- (struct TALER_TWISTER_Handle *h,
- const char *path,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_flip_download (struct TALER_TWISTER_Handle *h,
+ const char *path,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**
@@ -168,11 +166,10 @@ TALER_TWISTER_flip_download
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_flip_upload
- (struct TALER_TWISTER_Handle *h,
- const char *path,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_flip_upload (struct TALER_TWISTER_Handle *h,
+ const char *path,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**
@@ -185,11 +182,10 @@ TALER_TWISTER_flip_upload
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_change_response_code
- (struct TALER_TWISTER_Handle *h,
- unsigned int new_rc,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_change_response_code (struct TALER_TWISTER_Handle *h,
+ unsigned int new_rc,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**
@@ -202,26 +198,24 @@ TALER_TWISTER_change_response_code
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_malform
- (struct TALER_TWISTER_Handle *h,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_malform (struct TALER_TWISTER_Handle *h,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**
* Randomly truncate the request.
*
* @param h twister instance to control
- * @param cb function to call once twister is ready; tipically
+ * @param cb function to call once twister is ready; typically
* a acknowledge function.
* @param cb_cls closure for @a cb
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_malform_upload
- (struct TALER_TWISTER_Handle *h,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_malform_upload (struct TALER_TWISTER_Handle *h,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**
@@ -237,11 +231,10 @@ TALER_TWISTER_malform_upload
* @return operation handle (to possibly abort)
*/
struct TALER_TWISTER_Operation *
-TALER_TWISTER_delete_path
- (struct TALER_TWISTER_Handle *h,
- const char *path,
- GNUNET_SCHEDULER_TaskCallback cb,
- void *cb_cls);
+TALER_TWISTER_delete_path (struct TALER_TWISTER_Handle *h,
+ const char *path,
+ GNUNET_SCHEDULER_TaskCallback cb,
+ void *cb_cls);
/**