summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-service.h
diff options
context:
space:
mode:
authorGravatar snowdrop2006-01-10 11:29:04 +0000
committerGravatar snowdrop2006-01-10 11:29:04 +0000
commit07c7c81772c4b60b7980880847f3b21455a0f3c9 (patch)
treed7f8ea3508586842124684aa8f0b860f3a3a1c47 /libcsoap/soap-service.h
parente96ea6884919f551111c32de0b63af4dff791f12 (diff)
downloadcsoap-07c7c81772c4b60b7980880847f3b21455a0f3c9.tar.gz
csoap-07c7c81772c4b60b7980880847f3b21455a0f3c9.tar.bz2
indent with 'indent -nut -bli0 -fca -npcs' command
Diffstat (limited to 'libcsoap/soap-service.h')
-rw-r--r--libcsoap/soap-service.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libcsoap/soap-service.h b/libcsoap/soap-service.h
index 497e77b..798f842 100644
--- a/libcsoap/soap-service.h
+++ b/libcsoap/soap-service.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-service.h,v 1.4 2006/01/10 11:21:55 snowdrop Exp $
+ * $Id: soap-service.h,v 1.5 2006/01/10 11:29:04 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -28,7 +28,7 @@
#include <libcsoap/soap-env.h>
#include <libcsoap/soap-ctx.h>
-typedef herror_t (*SoapServiceFunc) (SoapCtx *, SoapCtx *);
+typedef herror_t(*SoapServiceFunc) (SoapCtx *, SoapCtx *);
typedef struct _SoapService
@@ -45,12 +45,12 @@ typedef struct _SoapServiceNode
struct _SoapServiceNode *next;
} SoapServiceNode;
-SoapServiceNode *soap_service_node_new (SoapService * service,
- SoapServiceNode * next);
+SoapServiceNode *soap_service_node_new(SoapService * service,
+ SoapServiceNode * next);
-SoapService *soap_service_new (const char *urn, const char *method,
- SoapServiceFunc f);
-void soap_service_free (SoapService * service);
+SoapService *soap_service_new(const char *urn, const char *method,
+ SoapServiceFunc f);
+void soap_service_free(SoapService * service);