From 642992f9c3e9b49ccffd59b8fc4a788e42cc228c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Mar 2020 12:10:11 +0100 Subject: more renaming --- src/exchange/taler-exchange-httpd_link.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_link.c') diff --git a/src/exchange/taler-exchange-httpd_link.c b/src/exchange/taler-exchange-httpd_link.c index eaffa5584..8e43bd232 100644 --- a/src/exchange/taler-exchange-httpd_link.c +++ b/src/exchange/taler-exchange-httpd_link.c @@ -66,7 +66,7 @@ struct HTD_Context static void handle_link_data (void *cls, const struct TALER_TransferPublicKeyP *transfer_pub, - const struct TALER_EXCHANGEDB_LinkDataList *ldl) + const struct TALER_EXCHANGEDB_LinkList *ldl) { struct HTD_Context *ctx = cls; json_t *list; @@ -77,7 +77,7 @@ handle_link_data (void *cls, if (NULL == (list = json_array ())) goto fail; - for (const struct TALER_EXCHANGEDB_LinkDataList *pos = ldl; + for (const struct TALER_EXCHANGEDB_LinkList *pos = ldl; NULL != pos; pos = pos->next) { -- cgit v1.2.3