summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh_common.h
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/lib/exchange_api_refresh_common.h
parentcdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (diff)
downloadexchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.gz
exchange-72764dc5f11db277268b24a30fcc7664695493e7.tar.bz2
exchange-72764dc5f11db277268b24a30fcc7664695493e7.zip
doxygen fixes
Diffstat (limited to 'src/lib/exchange_api_refresh_common.h')
-rw-r--r--src/lib/exchange_api_refresh_common.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/lib/exchange_api_refresh_common.h b/src/lib/exchange_api_refresh_common.h
index 05988e65e..9f2715a1f 100644
--- a/src/lib/exchange_api_refresh_common.h
+++ b/src/lib/exchange_api_refresh_common.h
@@ -15,8 +15,8 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/exchange_api_refresh.c
- * @brief Implementation of the /refresh/melt+reveal requests of the exchange's HTTP API
+ * @file lib/exchange_api_refresh_common.h
+ * @brief shared (serialization) logic for refresh protocol
* @author Christian Grothoff
*/
#ifndef REFRESH_COMMON_H
@@ -202,18 +202,6 @@ struct MeltData
/**
- * Serialize melt data.
- *
- * @param md data to serialize
- * @param[out] res_size size of buffer returned
- * @return serialized melt data
- */
-char *
-TALER_EXCHANGE_serialize_melt_data_ (const struct MeltData *md,
- size_t *res_size);
-
-
-/**
* Deserialize melt data.
*
* @param buf serialized data
@@ -229,7 +217,7 @@ TALER_EXCHANGE_deserialize_melt_data_ (const char *buf,
* Free all information associated with a melting session. Note
* that we allow the melting session to be only partially initialized,
* as we use this function also when freeing melt data that was not
- * fully initialized (i.e. due to failures in #deserialize_melt_data()).
+ * fully initialized (i.e. due to failures in #TALER_EXCHANGE_deserialize_melt_data_()).
*
* @param md melting data to release, the pointer itself is NOT
* freed (as it is typically not allocated by itself)