Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 24, 2014
1 parent aa9b58b commit fce7d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/rlm_rest/rest.c
Expand Up @@ -2233,8 +2233,9 @@ ssize_t rest_uri_build(char **out, UNUSED rlm_rest_t *instance, REQUEST *request
*
* @param[out] out Where to write the pointer to the new buffer containing the escaped URI.
* @param[in] instance configuration data.
* @param[in] uri configuration data.
* @param[in] request Current request
* @param[in] handle to use.
* @param[in] uri configuration data.
* @return length of data written to buffer (excluding NULL) or < 0 if an error
* occurred.
*/
Expand Down

0 comments on commit fce7d38

Please sign in to comment.