summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-18 11:29:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-18 11:29:40 +0000
commit847332a0da596e84f00acc9d692e0e582b8b12ea (patch)
tree62ccf52f5fee0a4425e31cf676ef0b3cc86d9c89 /include
parentfc8dc355dac40605e66a7e8722db5077f03076f3 (diff)
downloadlibxml2-847332a0da596e84f00acc9d692e0e582b8b12ea.tar.gz
starting work to fix the HTTP/XML parser integration. Daniel
* nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work to fix the HTTP/XML parser integration. Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/nanohttp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/libxml/nanohttp.h b/include/libxml/nanohttp.h
index 87990aa0..be2ba78e 100644
--- a/include/libxml/nanohttp.h
+++ b/include/libxml/nanohttp.h
@@ -51,7 +51,11 @@ XMLPUBFUN void * XMLCALL
XMLPUBFUN int XMLCALL
xmlNanoHTTPReturnCode (void *ctx);
XMLPUBFUN const char * XMLCALL
- xmlNanoHTTPAuthHeader(void *ctx);
+ xmlNanoHTTPAuthHeader (void *ctx);
+XMLPUBFUN const char * XMLCALL
+ xmlNanoHTTPRedir (void * ctx);
+XMLPUBFUN const char * XMLCALL
+ xmlNanoHTTPEncoding (void * ctx);
XMLPUBFUN int XMLCALL
xmlNanoHTTPRead (void *ctx,
void *dest,