diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-21 13:47:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-21 13:47:34 +0100 |
commit | 031935996dfb522bca34ecb1631f3a2116107ffc (patch) | |
tree | 1cff3ca8e78ce6fdf9acedae1eb031531fc35b54 | |
parent | 92cc995743b64f3302619caf8bf5f49e33674849 (diff) | |
download | exchange-031935996dfb522bca34ecb1631f3a2116107ffc.tar.gz exchange-031935996dfb522bca34ecb1631f3a2116107ffc.zip |
document TODOs
-rw-r--r-- | src/mint/taler-mint-httpd_refresh.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c index 863b812db..fc46a1d35 100644 --- a/src/mint/taler-mint-httpd_refresh.c +++ b/src/mint/taler-mint-httpd_refresh.c | |||
@@ -21,7 +21,9 @@ | |||
21 | * @author Christian Grothoff | 21 | * @author Christian Grothoff |
22 | * | 22 | * |
23 | * TODO: | 23 | * TODO: |
24 | * - split properly into parsing, DB-ops and response generation | 24 | * - split /refresh/reveal properly into parsing, DB-ops and response generation |
25 | * - error handling | ||
26 | * - document functions properly | ||
25 | */ | 27 | */ |
26 | #include "platform.h" | 28 | #include "platform.h" |
27 | #include <gnunet/gnunet_util_lib.h> | 29 | #include <gnunet/gnunet_util_lib.h> |