summaryrefslogtreecommitdiff
path: root/src/ne_session.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-12-16 14:01:46 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-12-16 14:01:46 +0000
commit64a59fd4e2ab0e231c881f22e4c658817fbbdb81 (patch)
treeacd46f6add22d3aadc0e91708e7eda0b16fb908e /src/ne_session.h
parent67f7eb995279eb440d0acc366d1cda3722bdf3b4 (diff)
downloadneon-64a59fd4e2ab0e231c881f22e4c658817fbbdb81.tar.gz
* src/ne_session.h: Clarify when ne_session_proxy may be called.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1296 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_session.h')
-rw-r--r--src/ne_session.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ne_session.h b/src/ne_session.h
index 22e9bf9..1c67d18 100644
--- a/src/ne_session.h
+++ b/src/ne_session.h
@@ -46,7 +46,9 @@ void ne_session_destroy(ne_session *sess);
* session. */
void ne_close_connection(ne_session *sess);
-/* Set the proxy server to be used for the session. */
+/* Set the proxy server to be used for the session. This function
+ * must only be called before any requests are created for the
+ * session. */
void ne_session_proxy(ne_session *sess,
const char *hostname, unsigned int port);