diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchange_service.h | 6 | ||||
| -rw-r--r-- | src/include/taler_testing_lib.h | 8 | 
2 files changed, 10 insertions, 4 deletions
| diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index d3ec7d2b..3cca8b9a 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4510,6 +4510,12 @@ struct TALER_EXCHANGE_PurseCreateMergeResponse    struct TALER_EXCHANGE_HttpResponse hr;    /** +   * Reserve signature generated for the request +   * (client-side). +   */ +  const struct TALER_ReserveSignatureP *reserve_sig; + +  /**     * Details depending on the HTTP status.     */    union diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index ff3936cf..289af9aa 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -964,10 +964,9 @@ TALER_TESTING_parse_coin_reference (   * @return 0 if @a h1 and @a h2 are equal   */  int -TALER_TESTING_history_entry_cmp (const struct -                                 TALER_EXCHANGE_ReserveHistoryEntry *h1, -                                 const struct -                                 TALER_EXCHANGE_ReserveHistoryEntry *h2); +TALER_TESTING_history_entry_cmp ( +  const struct TALER_EXCHANGE_ReserveHistoryEntry *h1, +  const struct TALER_EXCHANGE_ReserveHistoryEntry *h2);  /* ************** Specific interpreter commands ************ */ @@ -2721,6 +2720,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,    op (merge_pub, const struct TALER_PurseMergePublicKeyP)          \    op (contract_priv, const struct TALER_ContractDiffiePrivateP)    \    op (reserve_priv, const struct TALER_ReservePrivateKeyP)         \ +  op (reserve_sig, const struct TALER_ReserveSignatureP)           \    op (h_payto, const struct TALER_PaytoHashP)                      \    op (planchet_secret, const struct TALER_PlanchetMasterSecretP)   \    op (refresh_secret, const struct TALER_RefreshMasterSecretP)     \ | 
