summaryrefslogtreecommitdiff
path: root/src/twister/twister_api.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 17:26:35 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 17:26:35 +0200
commitca9ecfd24ad7dba6d529fc8acb2fc8e9edcbd247 (patch)
treec74b2d7a28e411e45b37fa90a4af433363936e73 /src/twister/twister_api.c
parent3f3f5d875ae78698a874540e184a8cf49837ecce (diff)
downloadtwister-ca9ecfd24ad7dba6d529fc8acb2fc8e9edcbd247.tar.gz
twister-ca9ecfd24ad7dba6d529fc8acb2fc8e9edcbd247.tar.bz2
twister-ca9ecfd24ad7dba6d529fc8acb2fc8e9edcbd247.zip
Commenting the "twister API" header file
Diffstat (limited to 'src/twister/twister_api.c')
-rw-r--r--src/twister/twister_api.c39
1 files changed, 19 insertions, 20 deletions
diff --git a/src/twister/twister_api.c b/src/twister/twister_api.c
index b5e332e..182ee7f 100644
--- a/src/twister/twister_api.c
+++ b/src/twister/twister_api.c
@@ -1,23 +1,22 @@
/*
- This file is part of Taler.
- Copyright (C) 2009, 2010, 2011, 2016 GNUnet e.V.
- 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.
-
- 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.
-
- 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.
-*/
+ This file is part of Taler.
+ Copyright (C) 2009, 2010, 2011, 2016 GNUnet e.V.
+ 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.
+
+ 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.
+
+ 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. */
/**
* @file twister_api.c
@@ -146,7 +145,7 @@ handle_acknowledgement (void *cls,
* Connect to the twister service.
*
* @param cfg the configuration to use
- * @return handle to use
+ * @return handle to use in #TALER_TWISTER_disconnect to disconnect
*/
struct TALER_TWISTER_Handle *
TALER_TWISTER_connect