diff options
author | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2008-06-05 20:56:04 +0000 |
---|---|---|
committer | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2008-06-05 20:56:04 +0000 |
commit | 9a401f3d7392134859a809905b11b7bcfaeea50b (patch) | |
tree | f34c169d4e4f43546bd4404af8c69be09e30ea55 /src/lib/proxy.h | |
parent | 197ba7edc0ce6f6758b198821a9c6bf7c1fd1932 (diff) | |
download | libproxy-git-libproxy-0.2.3.tar.gz |
The real 0.2.3 releaselibproxy-0.2.3
Diffstat (limited to 'src/lib/proxy.h')
-rw-r--r-- | src/lib/proxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/proxy.h b/src/lib/proxy.h index 3257e8a..9dc9f66 100644 --- a/src/lib/proxy.h +++ b/src/lib/proxy.h @@ -35,8 +35,6 @@ pxProxyFactory *px_proxy_factory_new(); * A NULL-terminated array of proxy strings is returned. * If the first proxy fails, the second should be tried, etc... * Don't forget to free the strings/array when you are done. - * In all cases, at least one entry in the array will be returned. - * There are no error conditions. * * The format of the returned proxy strings are as follows: * - http://proxy:port |