diff options
author | Christian Blättler <blatc2@bfh.ch> | 2023-12-19 18:22:29 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-23 00:10:28 +0800 |
commit | 8b66d457f8404f4ddfcd0be00102f2792e02d1ff (patch) | |
tree | 261661834635c89817636474a29454998d17cdc5 /src/include | |
parent | bb2b8f9936f1e4c39b0c1c7495f7ae08d35aff88 (diff) |
add TALER_MERCHANTDB_token_family_details_free
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchantdb_lib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_lib.h b/src/include/taler_merchantdb_lib.h index 1120b864..3a641a54 100644 --- a/src/include/taler_merchantdb_lib.h +++ b/src/include/taler_merchantdb_lib.h @@ -87,6 +87,16 @@ void TALER_MERCHANTDB_pending_webhook_details_free ( struct TALER_MERCHANTDB_PendingWebhookDetails *pwb); + +/** + * Free members of @a tf, but not @a tf itself. + * + * @param[in] tf token family details to clean up + */ +void +TALER_MERCHANTDB_token_family_details_free ( + struct TALER_MERCHANTDB_TokenFamilyDetails *tf); + #endif /* MERCHANT_DB_H */ /* end of taler_merchantdb_lib.h */ |