diff options
Diffstat (limited to 'src/include/gnunet_json_lib.h')
-rw-r--r-- | src/include/gnunet_json_lib.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h index e9c17eef9..ae0e10b78 100644 --- a/src/include/gnunet_json_lib.h +++ b/src/include/gnunet_json_lib.h | |||
@@ -441,6 +441,17 @@ GNUNET_JSON_spec_blinded_message (const char *name, | |||
441 | struct GNUNET_CRYPTO_BlindedMessage **msg); | 441 | struct GNUNET_CRYPTO_BlindedMessage **msg); |
442 | 442 | ||
443 | 443 | ||
444 | /** | ||
445 | * Specification for parsing a unblinded signature. | ||
446 | * | ||
447 | * @param name name of the JSON field | ||
448 | * @param sig where to store the unblinded signature found under @a name | ||
449 | */ | ||
450 | struct GNUNET_JSON_Specification | ||
451 | GNUNET_JSON_spec_unblinded_signature (const char *field, | ||
452 | struct GNUNET_CRYPTO_UnblindedSignature **ub_sig); | ||
453 | |||
454 | |||
444 | /* ****************** Generic generator interface ******************* */ | 455 | /* ****************** Generic generator interface ******************* */ |
445 | 456 | ||
446 | 457 | ||