X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flog.h;h=e9f757fe507a2c41c8d76bc7dc4fd789bd4bc6d9;hb=ccdef17af6b95031cf3b2c093f1594b635adbfdb;hp=9ba8150a01c0082609734363f181d1cd354663e6;hpb=2f05025d37446c2b81801a00e6786ee891d7e688;p=swftools.git 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__