X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.h;h=f72795eed4d88981f4461177ad8d3e4dfad4da03;hb=f36d026c7b8b398b88765ec5b67a3c767fe5fbad;hp=7e9396e2df0230bd889377cb751283a3ec2eea18;hpb=ce9f31494277a11aa9cfcbdb5fe5c303627e626e;p=apple2 diff --git a/src/log.h b/src/log.h old mode 100755 new mode 100644 index 7e9396e..f72795e --- a/src/log.h +++ b/src/log.h @@ -11,7 +11,7 @@ extern "C" { #endif -bool InitLog(char *); +bool InitLog(const char *); void LogDone(void); void WriteLog(const char * text, ...);