diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-22 13:02:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-22 13:02:11 +0100 |
commit | 0d3ec509d7192e973123de1ab390826fff4df230 (patch) | |
tree | 30a5b91bc255c0f164a52bd17a9b42aa9ecee8c4 /src/mint/plugin.h | |
parent | 53876904c590aa9b1e7bd48395cb049f109adbd4 (diff) |
move free functions into plugin
Diffstat (limited to 'src/mint/plugin.h')
-rw-r--r-- | src/mint/plugin.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mint/plugin.h b/src/mint/plugin.h index bb1f0ecbc..0dfb866da 100644 --- a/src/mint/plugin.h +++ b/src/mint/plugin.h @@ -47,31 +47,4 @@ void TALER_MINT_plugin_unload (void); -/** - * Free memory associated with the given reserve history. - * - * @param rh history to free. - */ -void -TALER_MINT_DB_free_reserve_history (struct ReserveHistory *rh); - - -/** - * Free memory of the link data list. - * - * @param ldl link data list to release - */ -void -TALER_db_link_data_list_free (struct LinkDataList *ldl); - - -/** - * Free linked list of transactions. - * - * @param list list to free - */ -void -TALER_MINT_DB_free_coin_transaction_list (struct TALER_MINT_DB_TransactionList *list); - - #endif |