diff options
Diffstat (limited to 'libcsoap/soap-xml.h')
-rw-r--r-- | libcsoap/soap-xml.h | 3 |
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 |