summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-server.h')
-rw-r--r--libcsoap/soap-server.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h
index 4e2db62..89c5dbd 100644
--- a/libcsoap/soap-server.h
+++ b/libcsoap/soap-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-server.h,v 1.8 2006/02/08 11:13:14 snowdrop Exp $
+ * $Id: soap-server.h,v 1.9 2006/03/06 13:37:38 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -28,6 +28,9 @@
#include <libcsoap/soap-router.h>
#include <libcsoap/soap-ctx.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
/**
Initializes the soap server with commandline arguments.
@@ -77,5 +80,8 @@ int soap_server_get_port(void);
*/
void soap_server_destroy();
+#ifdef __cplusplus
+}
+#endif
#endif