log() is now static, as it collides with math.h.
[swftools.git] / lib / log.h
index 481cecc..31b99fb 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -28,7 +28,6 @@
 #define LOGLEVEL_DEBUG 5
 
 extern void initLog(char* pLogDir, int fileloglevel, char* servAddr, char* logPort, int serverloglevel, int screenloglevel);
-extern void log(char* logString);
 extern void logf(const char* logFormat, ...);
 extern void exitLog(void);