Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 18, 2014
1 parent bdaa735 commit 1c6813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_rest/rest.c
Expand Up @@ -1362,7 +1362,7 @@ static int rest_decode_json(rlm_rest_t *instance, UNUSED rlm_rest_section_t *sec
* Matches prototype for CURLOPT_HEADERFUNCTION, and will be called directly
* by libcurl.
*
* @param[in] ptr Char buffer where inbound header data is written.
* @param[in] in Char buffer where inbound header data is written.
* @param[in] size Multiply by nmemb to get the length of ptr.
* @param[in] nmemb Multiply by size to get the length of ptr.
* @param[in] userdata rlm_rest_write_t to keep parsing state between calls.
Expand Down

0 comments on commit 1c6813c

Please sign in to comment.