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/include | |
parent | 5f6d706422048710c603aa0e3877417d99cae19f (diff) |
using legal lib names
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/teah_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/teah_common.h b/src/include/teah_common.h index c72311850..d4d24da40 100644 --- a/src/include/teah_common.h +++ b/src/include/teah_common.h @@ -60,7 +60,7 @@ struct TEAH_PostContext * @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); @@ -71,7 +71,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); |