Log
Dependents: oldheating gps motorhome heating
Diff: log.h
- Revision:
- 16:5c41b457c7f3
- Parent:
- 13:fb7f40c2e446
- Child:
- 17:7acb89d71f48
--- a/log.h Thu Dec 06 16:05:51 2018 +0000 +++ b/log.h Mon Feb 04 15:26:50 2019 +0000 @@ -8,12 +8,12 @@ extern void LogClear(void); -extern void LogPush(char c); -extern int Log(char* snd); -extern int LogV(char *fmt, va_list argptr); -extern int LogF(char *fmt, ...); -extern int LogTime(char *snd); -extern int LogTimeF(char *fmt, ...); +extern void LogChar(const char c); +extern int Log(const char* snd); +extern int LogV(const char *fmt, va_list argptr); +extern int LogF(const char *fmt, ...); +extern int LogTime(const char *snd); +extern int LogTimeF(const char *fmt, ...); extern void LogEnumerateStart(void); extern int LogEnumerate(void);