X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.h;h=f72795eed4d88981f4461177ad8d3e4dfad4da03;hb=f36d026c7b8b398b88765ec5b67a3c767fe5fbad;hp=8c12fcbd3f3a260e90a90f956e02b8f309120167;hpb=eeb2935c12ef41a63049126748c2574b324403a5;p=apple2 diff --git a/src/log.h b/src/log.h old mode 100755 new mode 100644 index 8c12fcb..f72795e --- a/src/log.h +++ b/src/log.h @@ -1,22 +1,22 @@ -// -// LOG.H -// - -#ifndef __LOG_H__ -#define __LOG_H__ - -// Make this header work with either C or C++ - -#ifdef __cplusplus -extern "C" { -#endif - -bool InitLog(char *); -void LogDone(void); -void WriteLog(const char * text, ...); - -#ifdef __cplusplus -} -#endif - -#endif // __LOG_H__ +// +// LOG.H +// + +#ifndef __LOG_H__ +#define __LOG_H__ + +// Make this header work with either C or C++ + +#ifdef __cplusplus +extern "C" { +#endif + +bool InitLog(const char *); +void LogDone(void); +void WriteLog(const char * text, ...); + +#ifdef __cplusplus +} +#endif + +#endif // __LOG_H__