diff options
author | Neal H. Walfield <[email protected]> | 2015-03-19 10:12:43 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-23 18:58:29 +0000 |
commit | 00a16cf49336ee0b4ce21eb05a79db955af053e0 (patch) | |
tree | f9cd9a3a85e8de799d3cd32cb8db02c3bbab6121 | |
parent | Add support to talking to LDAP key servers. (diff) | |
download | gnupg-00a16cf49336ee0b4ce21eb05a79db955af053e0.tar.gz gnupg-00a16cf49336ee0b4ce21eb05a79db955af053e0.zip |
Improve documenation of http_parse_uri.
* common/http.c (http_parse_uri): Improve documentation.
--
Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r-- | common/http.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/http.c b/common/http.c index 9d3997a8d..118e3b0ac 100644 --- a/common/http.c +++ b/common/http.c @@ -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. - * On success the caller must use release_parsed_uri() to releases the - * resources. If NO_SCHEME_CHECK is set, the function tries to parse - * the URL in the same way it would do for an HTTP style URI. + * On success the caller must use http_release_parsed_uri() to + * releases the resources. If NO_SCHEME_CHECK is set, the function + * tries to parse the URL in the same way it would do for an HTTP + * style URI. */ gpg_error_t http_parse_uri (parsed_uri_t *ret_uri, const char *uri, |