summaryrefslogtreecommitdiff
path: root/src/include/taler_mhd_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-04 21:32:36 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-04 21:32:36 +0200
commit737b3338ed460b56096b9b016b727a0d34b30d23 (patch)
tree672ba7dcf901faeabaaf60fd121881245c62d49e /src/include/taler_mhd_lib.h
parent1e88796045ca0216b6c83234522423d1f9831fdd (diff)
downloadexchange-737b3338ed460b56096b9b016b727a0d34b30d23.tar.gz
exchange-737b3338ed460b56096b9b016b727a0d34b30d23.tar.bz2
exchange-737b3338ed460b56096b9b016b727a0d34b30d23.zip
-doxygen
Diffstat (limited to 'src/include/taler_mhd_lib.h')
-rw-r--r--src/include/taler_mhd_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index e2e8ecb08..9c7c06d9a 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -528,7 +528,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
*
* @param connection the MHD connection
* @param name the name of the parameter with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
* @param[in,out] required pass true to require presence of this argument; if 'false'
* set to true if the argument was found
* @return
@@ -566,7 +566,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
*
* @param connection the MHD connection
* @param name the name of the parameter with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
* @return
* #GNUNET_YES if the the argument is present
* #GNUNET_NO if the argument is absent or malformed
@@ -583,7 +583,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
*
* @param connection the MHD connection
* @param name the name of the header with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
* @param[in,out] required pass true to require presence of this argument; if 'false'
* set to true if the argument was found
* @return
@@ -621,7 +621,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
*
* @param connection the MHD connection
* @param name the name of the header with the key
- * @param[out] out_data pointer to store the result, type must determine size
+ * @param[out] val pointer to store the result, type must determine size
* @return
* #GNUNET_YES if the the argument is present
* #GNUNET_NO if the argument is absent or malformed