exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a84a9b4fb42cfe50f54d392bcc3b0dfa31712a47
parent f79b28120944360c0ff9ab52d263ec1ce5d2b446
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Jul 2015 11:36:19 +0200

Merge branch 'master' of git+ssh://git.taler.net/var/git/mint

Diffstat:
Msrc/mintdb/perf_taler_mintdb_init.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mintdb/perf_taler_mintdb_init.h b/src/mintdb/perf_taler_mintdb_init.h @@ -166,7 +166,7 @@ PERF_TALER_MINTDB_refresh_melt_copy (const struct TALER_MINTDB_RefreshMelt *melt * @return #GNUNET_OK if the operation was successful, #GNUNET_SYSERROR */ int -PERF_TALER_MINTDB_refresh_melt_free (struct TALER_MINTDB_RefreshMelt *melt) +PERF_TALER_MINTDB_refresh_melt_free (struct TALER_MINTDB_RefreshMelt *melt); /** @@ -194,7 +194,7 @@ PERF_TALER_MINTDB_refresh_session_init (void); */ int PERF_TALER_MINTDB_refresh_session_copy (struct TALER_MINTDB_RefreshSession *session, - struct TALER_MINTDB_RefreshSession *copy) + struct TALER_MINTDB_RefreshSession *copy); /**