From 52767927889b305fe18b28ddfc5351f08b703d2d Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 6 Mar 2006 13:37:38 +0000 Subject: Various changes see ChangeLog --- libcsoap/soap-fault.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-fault.h') diff --git a/libcsoap/soap-fault.h b/libcsoap/soap-fault.h index 7f01e9f..5aad5ed 100644 --- a/libcsoap/soap-fault.h +++ b/libcsoap/soap-fault.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-fault.h,v 1.4 2006/01/10 11:29:04 snowdrop Exp $ + * $Id: soap-fault.h,v 1.5 2006/03/06 13:37:38 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -36,10 +36,16 @@ typedef enum _fault_code Fault_Server } fault_code_t; +#ifdef __cplusplus +extern "C" { +#endif xmlDocPtr soap_fault_build(fault_code_t faultcode, const char *faultstring, const char *faultactor, const char *detail); +#ifdef __cplusplus +} +#endif #endif -- cgit v1.1-32-gdbae