summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xml.h
diff options
context:
space:
mode:
authorGravatar snowdrop2004-10-15 13:34:02 +0000
committerGravatar snowdrop2004-10-15 13:34:02 +0000
commit73e428cb61f06f1582d65f98843a0bcf174c2f00 (patch)
tree8b17c5634385cf8f4d9bf46370a449cbcc523ea1 /libcsoap/soap-xml.h
parent7ed3b0bb398f43429c6c0d0d9bd8b5bada1d7389 (diff)
downloadcsoap-73e428cb61f06f1582d65f98843a0bcf174c2f00.tar.gz
csoap-73e428cb61f06f1582d65f98843a0bcf174c2f00.tar.bz2
develop
Diffstat (limited to 'libcsoap/soap-xml.h')
-rw-r--r--libcsoap/soap-xml.h3
1 files changed, 2 insertions, 1 deletions
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