summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-fault.c')
-rw-r--r--libcsoap/soap-fault.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcsoap/soap-fault.c b/libcsoap/soap-fault.c
index 698c044..a44ad37 100644
--- a/libcsoap/soap-fault.c
+++ b/libcsoap/soap-fault.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-fault.c,v 1.4 2004/09/02 11:48:28 rans Exp $
+* $Id: soap-fault.c,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
@@ -122,3 +122,7 @@ xmlDocPtr soap_fault_build(fault_code_t fcode,
return fault;
}
+
+
+
+