summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-29 17:13:43 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-29 17:13:43 +0100
commit72764dc5f11db277268b24a30fcc7664695493e7 (patch)
treeaf3e2e33c8774383ac91aaa99f8cc656180a4a20 /src/include
parentcdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (diff)
downloadexchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.gz
exchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.bz2
exchange-72764dc5f11db277268b24a30fcc7664695493e7.zip
doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 4e917df87..175f08f17 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -930,7 +930,7 @@ TALER_EXCHANGE_refund_cancel (struct TALER_EXCHANGE_RefundHandle *refund);
/**
- * @brief A /reserve/status Handle
+ * @brief A /reserves/ GET Handle
*/
struct TALER_EXCHANGE_ReservesGetHandle;
@@ -1140,14 +1140,14 @@ TALER_EXCHANGE_reserves_get (struct TALER_EXCHANGE_Handle *exchange,
/**
- * Cancel a reserve status request. This function cannot be used
+ * Cancel a reserve GET request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param rsh the reserve status request handle
+ * @param rgh the reserve request handle
*/
void
TALER_EXCHANGE_reserves_get_cancel (struct
- TALER_EXCHANGE_ReservesGetHandle *rhh);
+ TALER_EXCHANGE_ReservesGetHandle *rgh);
/* ********************* POST /reserves/$RESERVE_PUB/withdraw *********************** */