From 949a8d0b46d6baa9f42c2f8c3bd5e3bdc3596cbd Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 19 Nov 2006 09:40:14 +0000 Subject: nanohttp admin patch; code cleanup --- libcsoap/soap-router.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcsoap/soap-router.h') diff --git a/libcsoap/soap-router.h b/libcsoap/soap-router.h index d75979a..3c8b6f7 100644 --- a/libcsoap/soap-router.h +++ b/libcsoap/soap-router.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-router.h,v 1.8 2006/05/15 06:41:34 m0gg Exp $ + * $Id: soap-router.h,v 1.9 2006/11/19 09:40:14 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -39,7 +39,6 @@ typedef struct _SoapRouter xmlDocPtr wsdl; } SoapRouter; - #ifdef __cplusplus extern "C" { #endif -- cgit v1.1-32-gdbae