X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Flog.h;h=e9f757fe507a2c41c8d76bc7dc4fd789bd4bc6d9;hp=9ba8150a01c0082609734363f181d1cd354663e6;hb=c8e0d0bd8cc515f60ab6a1248caf6fdc8945d89e;hpb=9b7ed00673462ed1846ff03f0e77a5405ad1a50d diff --git a/lib/log.h b/lib/log.h index 9ba8150..e9f757f 100644 --- a/lib/log.h +++ b/lib/log.h @@ -9,6 +9,9 @@ #ifndef __log_h__ #define __log_h__ +#ifdef __cplusplus +extern "C" { +#endif #ifdef __NT__ #include "stdafx.h" @@ -30,9 +33,12 @@ extern int screenloglevel; extern void initLog(char* pLogDir, int fileloglevel, char* servAddr, char* logPort, int serverloglevel, int screenloglevel); -extern void logf(const char* logFormat, ...); +extern void msg(const char* logFormat, ...); extern void exitLog(void); #define FIXNULL(a) ((int)(a)?(a):"NULL") +#ifdef __cplusplus +} +#endif #endif // __log_h__