summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-24 14:21:03 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-24 14:21:03 +0200
commit2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf (patch)
treea4296e1fa2ccb3263dd29197d6a4844cddaaeaf6 /src/include/taler_exchange_service.h
parent205a48f613c6c1ded1fd4414dc43d4308e4e81cb (diff)
downloadexchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.tar.gz
exchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.tar.bz2
exchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.zip
-doxygen fixes
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 5899df957..cc19885c7 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -5324,7 +5324,7 @@ TALER_EXCHANGE_reserves_open (
* Cancel a reserve status request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param rsh the reserve request handle
+ * @param roh the reserve open request handle
*/
void
TALER_EXCHANGE_reserves_open_cancel (
@@ -5416,11 +5416,11 @@ TALER_EXCHANGE_reserves_get_attestable (
* Cancel a request to get attestable attributes. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param rsh the reserve request handle
+ * @param rgah the reserve get attestable request handle
*/
void
TALER_EXCHANGE_reserves_get_attestable_cancel (
- struct TALER_EXCHANGE_ReservesGetAttestHandle *roh);
+ struct TALER_EXCHANGE_ReservesGetAttestHandle *rgah);
/**
@@ -5499,11 +5499,11 @@ TALER_EXCHANGE_reserves_attest (
* Cancel a reserve status request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param rsh the reserve request handle
+ * @param rah the reserve attest request handle
*/
void
TALER_EXCHANGE_reserves_attest_cancel (
- struct TALER_EXCHANGE_ReservesAttestHandle *roh);
+ struct TALER_EXCHANGE_ReservesAttestHandle *rah);
/* ********************* /reserves/$RID/close *********************** */
@@ -5583,10 +5583,10 @@ TALER_EXCHANGE_reserves_close (
* Cancel a reserve status request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param rsh the reserve request handle
+ * @param rch the reserve request handle
*/
void
TALER_EXCHANGE_reserves_close_cancel (
- struct TALER_EXCHANGE_ReservesCloseHandle *roh);
+ struct TALER_EXCHANGE_ReservesCloseHandle *rch);
#endif /* _TALER_EXCHANGE_SERVICE_H */