summaryrefslogtreecommitdiffstats
path: root/xsd2c/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xsd2c/tr.c')
-rw-r--r--xsd2c/tr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xsd2c/tr.c b/xsd2c/tr.c
index 7166d72..5edfd4d 100644
--- a/xsd2c/tr.c
+++ b/xsd2c/tr.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: tr.c,v 1.2 2004/06/03 20:23:03 snowdrop Exp $
+ * $Id: tr.c,v 1.3 2004/09/01 07:58:08 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -56,11 +56,12 @@ static char* _trXSD2C(const char* xsdType, struct XSD2C_TypeRegistry* head);
void trInitModule(const char* ns)
{
+ struct XSD2C_TypeRegistry* cur;
tr_head = NULL;
tr_tail = NULL;
trl_head = NULL;
trl_tail = NULL;
- struct XSD2C_TypeRegistry* cur;
+
strcpy(trXSDNS, ns);
#include "types.map"