From 73e428cb61f06f1582d65f98843a0bcf174c2f00 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 15 Oct 2004 13:34:02 +0000 Subject: develop --- libcsoap/soap-xml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-xml.h') diff --git a/libcsoap/soap-xml.h b/libcsoap/soap-xml.h index 8083346..5c0a599 100644 --- a/libcsoap/soap-xml.h +++ b/libcsoap/soap-xml.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-xml.h,v 1.4 2004/09/02 11:48:28 rans Exp $ + * $Id: soap-xml.h,v 1.5 2004/10/15 13:34:02 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -44,5 +44,6 @@ soap_xpath_foreach(xmlDocPtr doc, const char *xpath, void soap_xml_doc_print(xmlDocPtr doc); +char *soap_xml_get_text(xmlNodePtr node); #endif -- cgit v1.1-32-gdbae