From aa366f7be60c02168422bb713ef0e5a447bf07ea Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 28 Aug 2006 10:39:52 +0000 Subject: #ifdef __cplusplus removed --- nanohttp/nanohttp-logging.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nanohttp/nanohttp-logging.h b/nanohttp/nanohttp-logging.h index 51c75df..a687717 100644 --- a/nanohttp/nanohttp-logging.h +++ b/nanohttp/nanohttp-logging.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-logging.h,v 1.1 2006/07/09 16:22:52 snowdrop Exp $ + * $Id: nanohttp-logging.h,v 1.2 2006/08/28 10:39:52 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2006 Ferhat Ayaz @@ -103,8 +103,4 @@ extern void hlog_error(const char *FUNC, const char *format, ...); #define log_error4(a1,a2,a3,a4) hlog_error(__FUNCTION__, a1,a2,a3,a4) #define log_error5(a1,a2,a3,a4,a5) hlog_error(__FUNCTION__, a1,a2,a3,a4,a5) -#ifdef __cplusplus -} -#endif - #endif -- cgit v1.1-32-gdbae