From c4286ea5287279836c5ef49a06153db95429bfe6 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 8 Feb 2006 11:13:13 +0000 Subject: the attached patches address the following issues: * query the port the server is listening on {soap_server,httpd}_get_port * the possibility to add a default service via httpd_register_default * remove some compiler warnings (on FreeBSD pthread_t is a pointer to a struct pthread, on Linux it is a (unsigned?) long int) tschuess, Heiko --- libcsoap/soap-xml.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libcsoap/soap-xml.c') diff --git a/libcsoap/soap-xml.c b/libcsoap/soap-xml.c index 7b6ba87..62b0b7d 100644 --- a/libcsoap/soap-xml.c +++ b/libcsoap/soap-xml.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-xml.c,v 1.8 2006/01/10 11:29:04 snowdrop Exp $ +* $Id: soap-xml.c,v 1.9 2006/02/08 11:13:14 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -23,8 +23,6 @@ ******************************************************************/ #include -static const char *soap_env_ns = "http://schemas.xmlsoap.org/soap/envelope/"; - xmlNodePtr soap_xml_get_children(xmlNodePtr param) { -- cgit v1.1-32-gdbae