exchange

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

commit cbcd82e1fc6e3042094261b54b0448e65c63f4d5
parent d15c654749c4195c66e4f8e46d2695c90ad7f8c2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 18 Jun 2015 13:45:15 +0200

-use static for internal API

Diffstat:
Msrc/mint/taler-mint-httpd_keystate.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c @@ -422,7 +422,7 @@ free_denom_key (void *cls, * * @param key_state the key state to release */ -void +static void TMH_KS_release_ (struct TMH_KS_StateHandle *key_state) { GNUNET_assert (0 < key_state->refcnt);