exchange

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

commit 15196c9bd4ed871f27b2b9319b03cde3bee29797
parent 1e3f7586ece23e15929191891f09c9783579af78
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2015 16:38:32 +0100

move FIXME

Diffstat:
Msrc/mint/taler-mint-httpd.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014 GNUnet e.V. + Copyright (C) 2014, 2015 GNUnet e.V. TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -19,6 +19,8 @@ * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff + * + * FIXME: Consider which of these need to really be globals... */ #ifndef TALER_MINT_HTTPD_H #define TALER_MINT_HTTPD_H @@ -38,7 +40,6 @@ extern struct GNUNET_CONFIGURATION_Handle *cfg; /** * Main directory with mint data. - * FIXME: should we have those globals really here? */ extern char *TMH_mint_directory;