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 /src | |
parent | 92cc995743b64f3302619caf8bf5f49e33674849 (diff) |
document TODOs
Diffstat (limited to 'src')
-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 @@ * @author Christian Grothoff * * TODO: - * - split properly into parsing, DB-ops and response generation + * - split /refresh/reveal properly into parsing, DB-ops and response generation + * - error handling + * - document functions properly */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> |