summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-23 20:46:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-23 20:46:51 +0200
commit67dd3171d01b36e7648061c22bdcfdf7c5028c3e (patch)
treee0ca1544e61022c691c2bb0942bd366e79be6b5a /src/include
parent5f6d706422048710c603aa0e3877417d99cae19f (diff)
downloadexchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.tar.gz
exchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.tar.bz2
exchange-67dd3171d01b36e7648061c22bdcfdf7c5028c3e.zip
using legal lib names
Diffstat (limited to 'src/include')
-rw-r--r--src/include/teah_common.h4
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);