aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 07:55:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 07:55:21 +0100
commitd31e933a35007204ca4c7f98c209b4f7e14f9ecc (patch)
tree95a6397bedf8731fc0bd5ef484fa26a96b6cb41e /src/curl/curl.c
parentc802d0a81e6c415e4c99b562b03d47a1beb5a617 (diff)
downloadgnunet-d31e933a35007204ca4c7f98c209b4f7e14f9ecc.tar.gz
gnunet-d31e933a35007204ca4c7f98c209b4f7e14f9ecc.zip
geq redefinition breaks texi2pdf, instead just avoid @geq
Diffstat (limited to 'src/curl/curl.c')
-rw-r--r--src/curl/curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 3443525e3..e413d1cf5 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -426,6 +426,7 @@ download_get_result (struct GNUNET_CURL_DownloadBuffer *db,
426 return json; 426 return json;
427} 427}
428 428
429
429/** 430/**
430 * Add custom request header. 431 * Add custom request header.
431 * 432 *
@@ -445,6 +446,7 @@ GNUNET_CURL_append_header (struct GNUNET_CURL_Context *ctx,
445 return GNUNET_OK; 446 return GNUNET_OK;
446} 447}
447 448
449
448/** 450/**
449 * Run the main event loop for the Taler interaction. 451 * Run the main event loop for the Taler interaction.
450 * 452 *