summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.c')
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index 1d5db7e5..e882f557 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -604,6 +604,7 @@ process_find_operations (struct Exchange *exchange)
return need_wire;
}
+
static void
wire_task_cb (void *cls);
@@ -940,6 +941,7 @@ return_result (void *cls)
}
}
+
struct TMH_EXCHANGES_FindOperation *
TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
const char *wire_method,
@@ -1169,6 +1171,7 @@ accept_exchanges (void *cls,
exchange);
}
+
int
TMH_EXCHANGES_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
{
@@ -1208,6 +1211,7 @@ TMH_EXCHANGES_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
return json_array_size (TMH_trusted_exchanges);
}
+
void
TMH_EXCHANGES_done ()
{