summaryrefslogtreecommitdiff
path: root/src/include/taler_twister_service.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-26 15:34:14 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-26 15:34:14 +0100
commit508e39712f99f701941f49ae9a8c0b79746ad7b0 (patch)
treef83b09941eb15ebebee88460d11f8ede887bed5b /src/include/taler_twister_service.h
parentd174a733b719570fd7853066a3140222ee303c25 (diff)
downloadtwister-508e39712f99f701941f49ae9a8c0b79746ad7b0.tar.gz
twister-508e39712f99f701941f49ae9a8c0b79746ad7b0.tar.bz2
twister-508e39712f99f701941f49ae9a8c0b79746ad7b0.zip
indent
Diffstat (limited to 'src/include/taler_twister_service.h')
-rw-r--r--src/include/taler_twister_service.h35
1 files changed, 19 insertions, 16 deletions
diff --git a/src/include/taler_twister_service.h b/src/include/taler_twister_service.h
index 281822b..a5c0e4c 100644
--- a/src/include/taler_twister_service.h
+++ b/src/include/taler_twister_service.h
@@ -3,19 +3,19 @@
Copyright (C) 2018 Taler Systems SA
Taler is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published
- by the Free Software Foundation; either version 3, or (at your
- option) any later version.
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 3,
+ or (at your option) any later version.
Taler is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
+ the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with Taler; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
+ You should have received a copy of the GNU General Public
+ License along with Taler; see the file COPYING. If not,
+ write to the Free Software Foundation, Inc., 51 Franklin
+ Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef TALER_TWISTER_SERVICE_H_
@@ -53,7 +53,8 @@ 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);
/**
@@ -81,10 +82,11 @@ struct TALER_TWISTER_Operation;
* @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);
/**
@@ -92,13 +94,14 @@ TALER_TWISTER_change_response_code (struct TALER_TWISTER_Handle *h,
* changes requested by the operation, or not! Must be called
* before the operations callback was invoked.
*
- * @param op operation to cancel, operation's callback will not be called
+ * @param op operation to cancel, operation's callback will not
+ * be called
*/
void
TALER_TWISTER_cancel (struct TALER_TWISTER_Operation *op);
-#if 0 /* keep Emacsens' auto-indent happy */
+#if 0 /* keep Emacsens' auto-indent happy */
{
#endif
#ifdef __cplusplus