summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-28 16:38:32 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-28 16:38:32 +0100
commit15196c9bd4ed871f27b2b9319b03cde3bee29797 (patch)
tree89cf0ec6615bcd7ccb5cf3c27d7c3ff28103d090 /src/mint/taler-mint-httpd.h
parent1e3f7586ece23e15929191891f09c9783579af78 (diff)
downloadexchange-15196c9bd4ed871f27b2b9319b03cde3bee29797.tar.gz
exchange-15196c9bd4ed871f27b2b9319b03cde3bee29797.tar.bz2
exchange-15196c9bd4ed871f27b2b9319b03cde3bee29797.zip
move FIXME
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r--src/mint/taler-mint-httpd.h5
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;