From 84ccc79881674cdd25d4c0fa24b7c75214865093 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 16 Mar 2020 15:55:50 +0100 Subject: integrate validation with wire, where it belongs --- src/exchange/taler-exchange-httpd_wire.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_wire.h') diff --git a/src/exchange/taler-exchange-httpd_wire.h b/src/exchange/taler-exchange-httpd_wire.h index b51bfd781..09e6dd53c 100644 --- a/src/exchange/taler-exchange-httpd_wire.h +++ b/src/exchange/taler-exchange-httpd_wire.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014, 2015, 2016 Taler Systems SA + Copyright (C) 2014--2020 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -29,11 +29,19 @@ /** * Initialize wire subsystem. * + * @param cfg configuration to use * @return #GNUNET_OK on success, #GNUNET_SYSERR if we found no valid * wire methods */ int -TEH_WIRE_init (void); +TEH_WIRE_init (const struct GNUNET_CONFIGURATION_Handle *cfg); + + +/** + * Clean up wire subsystem. + */ +void +TEH_WIRE_done (void); /** -- cgit v1.2.3