summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-transport.h')
-rw-r--r--libcsoap/soap-transport.h6
1 files changed, 5 insertions, 1 deletions
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
@@ -25,6 +25,10 @@
#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);
#ifdef __cplusplus