aboutsummaryrefslogtreecommitdiff
path: root/src/mint/key_io.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 17:39:44 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-15 17:39:44 +0100
commitca8612b6db0b40c801ab8cb0a6fdf80af90c657e (patch)
treefbf7e455167e34e2d0f6a1ac2d699ed490291b8c /src/mint/key_io.h
parentee2180b144eea0b73fd615101ffb3d315d48a2c8 (diff)
documenting
Diffstat (limited to 'src/mint/key_io.h')
-rw-r--r--src/mint/key_io.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mint/key_io.h b/src/mint/key_io.h
index 85c0166d..ae7f183e 100644
--- a/src/mint/key_io.h
+++ b/src/mint/key_io.h
@@ -29,9 +29,17 @@
#include <gnunet/gnunet_util_lib.h>
#include "taler_signatures.h"
+/**
+ *
+ */
#define DIR_SIGNKEYS "signkeys"
+
+/**
+ *
+ */
#define DIR_DENOMKEYS "denomkeys"
+
/**
* On disk format used for a mint signing key.
* Includes the private key followed by the signed
@@ -104,6 +112,11 @@ typedef int
/**
* FIXME
+ *
+ * @param mint_base_dir
+ * @param it
+ * @param it_cls closure for @a it
+ * @return
*/
int
TALER_MINT_signkeys_iterate (const char *mint_base_dir,
@@ -113,6 +126,11 @@ TALER_MINT_signkeys_iterate (const char *mint_base_dir,
/**
* FIXME
+ *
+ * @param mint_base_dir
+ * @param it
+ * @param it_cls closure for @a it
+ * @return
*/
int
TALER_MINT_denomkeys_iterate (const char *mint_base_dir,