7 lines
107 B
C
7 lines
107 B
C
#ifndef _TLOGGER_H_
|
|
#define _TLOGGER_H_
|
|
|
|
void tz_log_write(void);
|
|
int tlogger_store_lastmsg(void);
|
|
|
|
#endif
|