diff options
Diffstat (limited to 'include/libxml/nanohttp.h')
-rw-r--r-- | include/libxml/nanohttp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/nanohttp.h b/include/libxml/nanohttp.h index 2853184..1d8ac24 100644 --- a/include/libxml/nanohttp.h +++ b/include/libxml/nanohttp.h @@ -56,6 +56,8 @@ XMLPUBFUN const char * XMLCALL xmlNanoHTTPAuthHeader (void *ctx); XMLPUBFUN const char * XMLCALL xmlNanoHTTPRedir (void *ctx); +XMLPUBFUN int XMLCALL + xmlNanoHTTPContentLength( void * ctx ); XMLPUBFUN const char * XMLCALL xmlNanoHTTPEncoding (void *ctx); XMLPUBFUN const char * XMLCALL |