diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:38:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:38:32 +0100 |
commit | 15196c9bd4ed871f27b2b9319b03cde3bee29797 (patch) | |
tree | 89cf0ec6615bcd7ccb5cf3c27d7c3ff28103d090 /src/mint/taler-mint-httpd.h | |
parent | 1e3f7586ece23e15929191891f09c9783579af78 (diff) |
move FIXME
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index d4e60f894..5a65ba438 100644 --- 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; |