X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Flog.h;fp=src%2Finclude%2Flog.h;h=0000000000000000000000000000000000000000;hb=920ff84436f9539af4e893ed3857a22a554ffd72;hp=0804df91d0c38574872c56e0f6dfecdabec4d654;hpb=3876935d4b4efbeaa387e0ddd36171fc88614a49;p=virtualjaguar diff --git a/src/include/log.h b/src/include/log.h deleted file mode 100644 index 0804df9..0000000 --- a/src/include/log.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// LOG.H -// - -#ifndef __LOG_H__ -#define __LOG_H__ - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -int log_init(char *); -FILE * log_get(void); -void log_done(void); -void WriteLog(const char * text, ...); - -#ifdef __cplusplus -} -#endif - -#endif // __LOG_H__