diff options
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r-- | src/include/taler_json_lib.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 4ed259b21..0cbeba082 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h | |||
@@ -103,9 +103,9 @@ TALER_JSON_pack_time_rel_nbo (const char *name, | |||
103 | * @return json pack specification | 103 | * @return json pack specification |
104 | */ | 104 | */ |
105 | struct GNUNET_JSON_PackSpec | 105 | struct GNUNET_JSON_PackSpec |
106 | TALER_JSON_pack_denomination_public_key (const char *name, | 106 | TALER_JSON_pack_denomination_public_key ( |
107 | const struct | 107 | const char *name, |
108 | TALER_DenominationPublicKey *pk); | 108 | const struct TALER_DenominationPublicKey *pk); |
109 | 109 | ||
110 | 110 | ||
111 | /** | 111 | /** |
@@ -117,9 +117,9 @@ TALER_JSON_pack_denomination_public_key (const char *name, | |||
117 | * @return json pack specification | 117 | * @return json pack specification |
118 | */ | 118 | */ |
119 | struct GNUNET_JSON_PackSpec | 119 | struct GNUNET_JSON_PackSpec |
120 | TALER_JSON_pack_denomination_signature (const char *name, | 120 | TALER_JSON_pack_denomination_signature ( |
121 | const struct | 121 | const char *name, |
122 | TALER_DenominationSignature *sig); | 122 | const struct TALER_DenominationSignature *sig); |
123 | 123 | ||
124 | 124 | ||
125 | /** | 125 | /** |