From 8a6946b18003fae6400a137389f0cb13d0ac4bd6 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 3 Nov 2007 22:40:09 +0000 Subject: Split nanoHTTP and cSOAP logging --- libcsoap/soap-transport.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-transport.h') diff --git a/libcsoap/soap-transport.h b/libcsoap/soap-transport.h index 5cc3e68..18501fa 100644 --- a/libcsoap/soap-transport.h +++ b/libcsoap/soap-transport.h @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-transport.h,v 1.2 2006/11/23 15:27:33 m0gg Exp $ +* $Id: soap-transport.h,v 1.3 2007/11/03 22:40:09 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2007 Heiko Ronsdorf @@ -24,6 +24,10 @@ #ifndef __csoap_transport_h #define __csoap_transport_h +#ifdef __CSOAP_INTERNAL +#pragma You should not include this file... +#endif + #ifdef __CSOAP_INTERNAL typedef herror_t (*msg_exchange)(void *data, struct SoapCtx *request, struct SoapCtx **response); -- cgit v1.1-32-gdbae