summaryrefslogtreecommitdiff
path: root/src/ne_request.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-09 14:28:47 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-09 14:28:47 +0000
commit0c8d516302fffbaa61a36ce730ea7f2e6175b2b7 (patch)
treeecbe3717de41dbedb2a738c8924c7d74daef6be0 /src/ne_request.h
parentfe9b6ebeb8eee9a6e005377f0594af20c7474569 (diff)
downloadneon-0c8d516302fffbaa61a36ce730ea7f2e6175b2b7.tar.gz
* src/ne_request.h: Fix nonsensical API requirement.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@611 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_request.h')
-rw-r--r--src/ne_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_request.h b/src/ne_request.h
index 4719557..73c7736 100644
--- a/src/ne_request.h
+++ b/src/ne_request.h
@@ -142,7 +142,7 @@ void ne_add_response_body_reader(ne_request *req, ne_accept_response accpt,
/* Retrieve the value of the response header field with given name;
* returns NULL if no response header with given name was found. The
* return value is valid only until the next call to either
- * ne_request_create or ne_begin_request for this request. */
+ * ne_request_dispatch or ne_begin_request for this request. */
const char *ne_get_response_header(ne_request *req, const char *name);
/* Iterator interface for response headers: if passed a NULL cursor,