]> Shamusworld >> Repos - thunder/blobdiff - src/log.h
Inital stab at cleanup/making the damn thing work...
[thunder] / src / log.h
index 4b39b363823aa7c667562f61723d47b421fcba8a..3367c340cf1effe5af36da38488cbaa5768ffcec 100755 (executable)
--- a/src/log.h
+++ b/src/log.h
@@ -13,7 +13,7 @@
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);