summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-fault.h
diff options
context:
space:
mode:
authorGravatar snowdrop2006-01-10 11:21:55 +0000
committerGravatar snowdrop2006-01-10 11:21:55 +0000
commitc24e5b5135d745098ea6e5c4664a88ada6b99225 (patch)
tree5a699cafd54fe64e08c10f2a2912f1d800cc0a6b /libcsoap/soap-fault.h
parent56841f81e5c0082ec7c36e44737d07f60fada535 (diff)
downloadcsoap-c24e5b5135d745098ea6e5c4664a88ada6b99225.tar.gz
csoap-c24e5b5135d745098ea6e5c4664a88ada6b99225.tar.bz2
indent with 'indent -nut -bli0 -fca' command
Diffstat (limited to 'libcsoap/soap-fault.h')
-rw-r--r--libcsoap/soap-fault.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libcsoap/soap-fault.h b/libcsoap/soap-fault.h
index dcc18e2..46471a0 100644
--- a/libcsoap/soap-fault.h
+++ b/libcsoap/soap-fault.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-fault.h,v 1.2 2004/10/15 13:34:02 snowdrop Exp $
+ * $Id: soap-fault.h,v 1.3 2006/01/10 11:21:55 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -28,18 +28,18 @@
-typedef enum _fault_code {
+typedef enum _fault_code
+{
Fault_VersionMismatch,
Fault_MustUnderstand,
Fault_Client,
Fault_Server
-}fault_code_t;
+} fault_code_t;
-xmlDocPtr soap_fault_build(fault_code_t faultcode,
- const char *faultstring,
- const char *faultactor,
- const char *detail);
+xmlDocPtr soap_fault_build (fault_code_t faultcode,
+ const char *faultstring,
+ const char *faultactor, const char *detail);
#endif