mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
Improve documenation of http_parse_uri.
* common/http.c (http_parse_uri): Improve documentation. -- Signed-off-by: Neal H. Walfield <neal@g10code.de>
This commit is contained in:
parent
51341badb6
commit
00a16cf493
@ -1018,9 +1018,10 @@ parse_uri (parsed_uri_t *ret_uri, const char *uri,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Parse an URI and put the result into the newly allocated RET_URI.
|
* Parse an URI and put the result into the newly allocated RET_URI.
|
||||||
* On success the caller must use release_parsed_uri() to releases the
|
* On success the caller must use http_release_parsed_uri() to
|
||||||
* resources. If NO_SCHEME_CHECK is set, the function tries to parse
|
* releases the resources. If NO_SCHEME_CHECK is set, the function
|
||||||
* the URL in the same way it would do for an HTTP style URI.
|
* tries to parse the URL in the same way it would do for an HTTP
|
||||||
|
* style URI.
|
||||||
*/
|
*/
|
||||||
gpg_error_t
|
gpg_error_t
|
||||||
http_parse_uri (parsed_uri_t *ret_uri, const char *uri,
|
http_parse_uri (parsed_uri_t *ret_uri, const char *uri,
|
||||||
|
Loading…
Reference in New Issue
Block a user