X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.h;h=3367c340cf1effe5af36da38488cbaa5768ffcec;hb=6e4a6b1f4aecb0ec7cab2c3dea9553f30f848a4c;hp=4b39b363823aa7c667562f61723d47b421fcba8a;hpb=27ad8041c00ff80e50ba0ad9022c3eaa7a05b8b0;p=thunder diff --git a/src/log.h b/src/log.h old mode 100755 new mode 100644 index 4b39b36..3367c34 --- 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, ...);