diff options
| author | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2007-10-31 17:19:35 +0000 |
|---|---|---|
| committer | npmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56> | 2007-10-31 17:19:35 +0000 |
| commit | 01c10e53ea0c5ab8909870f70316035055c1fe6d (patch) | |
| tree | ad6b78e46ae382e9157db4e3687a06907f65d82d /src/lib | |
| parent | bc3aaecea9b0e61870d085085cbfc0f48c7c7277 (diff) | |
| download | libproxy-git-01c10e53ea0c5ab8909870f70316035055c1fe6d.tar.gz | |
released 0.1, minor changes
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/proxy.h b/src/lib/proxy.h index f22ec7e..08cbec1 100644 --- a/src/lib/proxy.h +++ b/src/lib/proxy.h @@ -36,6 +36,7 @@ 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. * * The format of the returned proxy strings are as follows: * - http://proxy:port |
