database: log incoming messages

First trial. Not covering all cases yet.
This commit is contained in:
Michael Vetter
2020-03-19 12:10:54 +01:00
parent a7163b24f3
commit 8045a32c4a
3 changed files with 40 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
bool log_database_init(void);
void log_database_close(void);
void log_database_add(ProfMessage *message);
#endif // DATABASE_H