diff options
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 |