summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index f4a193d30..efac70777 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1138,6 +1138,7 @@ TALER_EXCHANGE_set_now (struct TALER_EXCHANGE_Handle *exchange,
exchange->now = now;
}
+
/**
* Unset the fake now to be used when requesting "/keys".
*
@@ -1389,6 +1390,7 @@ TEAH_handle_reset (struct TALER_EXCHANGE_Handle *h)
h->state = MHS_INIT;
}
+
/**
* Check if the handle is ready to process requests.
*
@@ -1926,7 +1928,6 @@ TALER_EXCHANGE_connect
}
-
/**
* Initiate download of /keys from the exchange.
*