From c3fd98b25607d0f7f5977586d188f88ab226a9b8 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 21 Nov 2006 20:58:59 +0000 Subject: decoupling of nanohttp/libcsoap --- libcsoap/soap-service.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libcsoap/soap-service.h') diff --git a/libcsoap/soap-service.h b/libcsoap/soap-service.h index 594b994..f507d77 100644 --- a/libcsoap/soap-service.h +++ b/libcsoap/soap-service.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-service.h,v 1.6 2006/03/06 13:37:38 m0gg Exp $ + * $Id: soap-service.h,v 1.7 2006/11/21 20:59:02 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -21,15 +21,11 @@ * * Email: ferhatayaz@jprogrammer.net ******************************************************************/ -#ifndef cSOAP_SERVICE_H -#define cSOAP_SERVICE_H - -#include -#include +#ifndef __csoap_service_h +#define __csoap_service_h typedef herror_t(*SoapServiceFunc) (SoapCtx *, SoapCtx *); - typedef struct _SoapService { char *urn; -- cgit v1.1-32-gdbae