summaryrefslogtreecommitdiff
path: root/src/ne_request.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-21 17:41:00 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-21 17:41:00 +0000
commite6aaf5c93d24a61328f58f9b500b0c52f6c840dc (patch)
tree95ef9f2fd32dcb0e69e79e75cd9b4082623bdd9f /src/ne_request.h
parentca5bafd57ae962918d4cdaa801ec63210b57d1dc (diff)
downloadneon-e6aaf5c93d24a61328f58f9b500b0c52f6c840dc.tar.gz
Tweak comment.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@441 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 6bea6c0..4487a54 100644
--- a/src/ne_request.h
+++ b/src/ne_request.h
@@ -156,7 +156,7 @@ const char *ne_get_response_header(ne_request *req, const char *name);
* The order in which response headers is returned is undefined. Both
* the cursor and name/value pointers are valid only until the next
* call to either ne_request_destroy or ne_begin_request for this
- * request.*/
+ * request. */
void *ne_response_header_iterate(ne_request *req, void *cursor,
const char **name, const char **value);