summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar m0gg2006-08-28 10:39:52 +0000
committerGravatar m0gg2006-08-28 10:39:52 +0000
commitaa366f7be60c02168422bb713ef0e5a447bf07ea (patch)
tree92ae7d17d244d051a3f90fd6629f08aa97fc2775
parent8e94d40e90b5ed006090af64ff7017a2d4f1a802 (diff)
downloadcsoap-aa366f7be60c02168422bb713ef0e5a447bf07ea.tar.gz
csoap-aa366f7be60c02168422bb713ef0e5a447bf07ea.tar.bz2
#ifdef __cplusplus removed
-rw-r--r--nanohttp/nanohttp-logging.h6
1 files changed, 1 insertions, 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