[xml] patch to testapi.c
- From: Aleksey Sanin <aleksey aleksey com>
- To: xml <xml gnome org>
- Subject: [xml] patch to testapi.c
- Date: Tue, 28 Jun 2005 13:14:58 -0700
Fixes testapi.c compilation with "--enable-html --disable-http" options.
Aleksey
--- testapi.c.orig Sat Apr 2 00:44:00 2005
+++ testapi.c Tue Jun 28 06:14:28 2005
@@ -675,6 +675,9 @@
xmlNanoHTTPClose(val);
}
}
+static void desret_xmlNanoHTTPCtxtPtr(void *val) {
+ xmlNanoHTTPClose(val);
+}
#endif
#define gen_nb_xmlCharEncoding 4
@@ -814,9 +817,6 @@
#ifdef LIBXML_HTML_ENABLED
static void desret_const_htmlEntityDesc_ptr(const htmlEntityDesc * val ATTRIBUTE_UNUSED) {
}
-static void desret_xmlNanoHTTPCtxtPtr(void *val) {
- xmlNanoHTTPClose(val);
-}
#endif
#ifdef LIBXML_FTP_ENABLED
static void desret_xmlNanoFTPCtxtPtr(void *val) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]