This commit is contained in:
Christian Grothoff 2023-05-04 21:32:36 +02:00
parent 1e88796045
commit 737b3338ed
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 11 additions and 5 deletions

View File

@ -31,7 +31,13 @@
<member kind="define">
<type>#define</type>
<name>GNUNET_TIME_UNIT_FOREVER_ABS</name>
<anchorfile>gnunet_util_lib.h</anchorfile>
<anchorfile>gnunet_time_lib.h</anchorfile>
<arglist></arglist>
</member>
<member kind="define">
<type>#define</type>
<name>GNUNET_TIME_UNIT_ZERO_ABS</name>
<anchorfile>gnunet_time_lib.h</anchorfile>
<arglist></arglist>
</member>
</compound>

View File

@ -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