merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit f67f91368830e37b3d25ecdbae6dad7a110f393e
parent 3d021465bd1653f1c723ff44c6b8835816ea1e02
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 28 Feb 2017 17:48:12 +0100

Comments.

Diffstat:
Msrc/backend/taler-merchant-httpd_history.c | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_history.c b/src/backend/taler-merchant-httpd_history.c @@ -26,6 +26,16 @@ #include "taler-merchant-httpd_responses.h" /** + * Index to the first row to return in response to /history. + */ +unsigned int start; + +/** + * How many rows we are to return in response to /history. + */ +unsigned int delta; + +/** * Function called with information about a transaction. * * @param cls closure @@ -83,8 +93,6 @@ MH_handler_history (struct TMH_RequestHandler *rh, struct GNUNET_TIME_Absolute date; json_t *response; unsigned int ret; - unsigned int start; - unsigned int delta; unsigned long long seconds; struct MerchantInstance *mi;