From 72764dc5f11db277268b24a30fcc7664695493e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Feb 2020 17:13:43 +0100 Subject: doxygen fixes --- src/lib/exchange_api_refresh_common.h | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'src/lib/exchange_api_refresh_common.h') diff --git a/src/lib/exchange_api_refresh_common.h b/src/lib/exchange_api_refresh_common.h index 05988e65..9f2715a1 100644 --- a/src/lib/exchange_api_refresh_common.h +++ b/src/lib/exchange_api_refresh_common.h @@ -15,8 +15,8 @@ */ /** - * @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 @@ -201,18 +201,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. * @@ -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) -- cgit v1.2.3