mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
get rid of the readline and libhistory dependancies by default, release
* configure.in: get rid of the readline and libhistory dependancies by default, release 2.4.1 with IA64 fix * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h include/libxml/tree.h include/libxml/xmlIO.h: incorporated John Kroll fixes to allow saving to HTTP via PUT (or POST of needed). * doc/html/*.html: regenerated the docs Daniel
This commit is contained in:
@@ -29,13 +29,15 @@ void * xmlNanoHTTPMethod (const char *URL,
|
||||
const char *method,
|
||||
const char *input,
|
||||
char **contentType,
|
||||
const char *headers);
|
||||
const char *headers,
|
||||
int ilen);
|
||||
void * xmlNanoHTTPMethodRedir (const char *URL,
|
||||
const char *method,
|
||||
const char *input,
|
||||
char **contentType,
|
||||
char **redir,
|
||||
const char *headers);
|
||||
const char *headers,
|
||||
int ilen);
|
||||
void * xmlNanoHTTPOpen (const char *URL,
|
||||
char **contentType);
|
||||
void * xmlNanoHTTPOpenRedir (const char *URL,
|
||||
|
Reference in New Issue
Block a user