summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 11:30:43 +0200
commit1e30d60a25da52550c10f9c6606024f028f943d2 (patch)
tree5fb2a8131a5dea1121ea203ab5dca536da9d83fc /src/exchange/taler-exchange-httpd_responses.h
parentc7c7ac60cf8b6dae5b9b8c0872dbe3d83020549d (diff)
downloadexchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.gz
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.tar.bz2
exchange-1e30d60a25da52550c10f9c6606024f028f943d2.zip
fixing misc doxygen issues
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h
index ccd11883a..6a33b65c7 100644
--- a/src/exchange/taler-exchange-httpd_responses.h
+++ b/src/exchange/taler-exchange-httpd_responses.h
@@ -50,14 +50,14 @@ TEH_RESPONSE_add_global_headers (struct MHD_Response *response);
*
* @param[in,out] buf pointer to body to compress
* @param[in,out] buf_size pointer to initial size of @a buf
- * @return #MHD_TES if @a buf was compressed
+ * @return #MHD_YES if @a buf was compressed
*/
int
TEH_RESPONSE_body_compress (void **buf,
size_t *buf_size);
-/**
+/**
* Is HTTP body deflate compression supported by the client?
*
* @param connection connection to check