diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-05-23 20:46:51 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-05-23 20:46:51 +0200 |
commit | 67dd3171d01b36e7648061c22bdcfdf7c5028c3e (patch) | |
tree | e0ca1544e61022c691c2bb0942bd366e79be6b5a /src/lib/teah_common.c | |
parent | 5f6d706422048710c603aa0e3877417d99cae19f (diff) |
using legal lib names
Diffstat (limited to 'src/lib/teah_common.c')
-rw-r--r-- | src/lib/teah_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |