summaryrefslogtreecommitdiffstats
path: root/xsd2c/tr.h
diff options
context:
space:
mode:
authorGravatar snowdrop2004-06-03 20:23:02 +0000
committerGravatar snowdrop2004-06-03 20:23:02 +0000
commit55cefa05d48152404dbec4eff03339342265f931 (patch)
treea0c53be98947aa00f9b94443b4c265444ebaa32a /xsd2c/tr.h
parentce7dac10cbfaf1f0aa68350f0993184561e1b7b5 (diff)
downloadcsoap-55cefa05d48152404dbec4eff03339342265f931.tar.gz
csoap-55cefa05d48152404dbec4eff03339342265f931.tar.bz2
fixed typeregistry bug
example : #include "s0:Dictionary.h" instead of #include "Dictionary.h"
Diffstat (limited to 'xsd2c/tr.h')
-rw-r--r--xsd2c/tr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/xsd2c/tr.h b/xsd2c/tr.h
index 1beb3fa..fe6cb60 100644
--- a/xsd2c/tr.h
+++ b/xsd2c/tr.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: tr.h,v 1.1 2004/06/02 11:17:03 snowdrop Exp $
+ * $Id: tr.h,v 1.2 2004/06/03 20:23:03 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Email: ayaz@jprogrammet.net
+ * Email: ayaz@jprogrammer.net
******************************************************************/
#ifndef XSD2C_TR_H
#define XSD2C_TR_H
@@ -41,4 +41,6 @@ void trRegisterListTypeNS(const char* ns, const char* xsdType, const char* cType
int trGetBuildInFlag(const char* xsdType);
+char* trXSDParseNs(const char* xsdType);
+
#endif