diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 15:06:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 15:06:09 +0100 |
commit | c119d914b39305add86ef58e058e80ef7af20a40 (patch) | |
tree | 3cb3df8840179218f861b9c5669237d796b4ffbb /src/mint/taler-mint-httpd.h | |
parent | 9cbc31afc495ebdfe7b24535ca2eee54b5a17ab7 (diff) |
more restructuring
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index 59f38aadb..cff2859db 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -38,6 +38,7 @@ extern struct GNUNET_CONFIGURATION_Handle *cfg; /** * Main directory with mint data. + * FIXME: should we have those globals really here? */ extern char *mintdir; |