X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flog.h;h=3367c340cf1effe5af36da38488cbaa5768ffcec;hb=ad913876dd8313ff082819d8cd5a921418670657;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, ...);