diff options
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r-- | src/include/taler_json_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index e2d54e825..a6febbbfd 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -416,7 +416,7 @@ TALER_JSON_spec_denom_pub (const char *field, */ struct GNUNET_JSON_Specification TALER_JSON_spec_denom_pub_cipher (const char *field, - const enum TALER_DenominationCipher cipher, + enum TALER_DenominationCipher cipher, struct TALER_DenominationPublicKey *pk); |