From 67dd3171d01b36e7648061c22bdcfdf7c5028c3e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 23 May 2019 20:46:51 +0200 Subject: using legal lib names --- src/lib/teah_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/teah_common.c') diff --git a/src/lib/teah_common.c b/src/lib/teah_common.c index f3e1cfeb5..3a0b293a4 100644 --- a/src/lib/teah_common.c +++ b/src/lib/teah_common.c @@ -40,7 +40,7 @@ * @return #GNUNET_OK on success #GNUNET_SYSERR on failure */ int -TEAH_curl_easy_post (struct TEAH_PostContext *ctx, +TALER_curl_easy_post (struct TEAH_PostContext *ctx, CURL *eh, const json_t *body) { @@ -109,7 +109,7 @@ TEAH_curl_easy_post (struct TEAH_PostContext *ctx, * @param ctx[in] a request context (updated) */ void -TEAH_curl_easy_post_finished (struct TEAH_PostContext *ctx) +TALER_curl_easy_post_finished (struct TEAH_PostContext *ctx) { GNUNET_free_non_null (ctx->json_enc); } -- cgit v1.2.3