about summary refs log tree commit diff stats
path: root/src/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/database.h')
-rw-r--r--src/database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database.h b/src/database.h
index 11560385..fc95b7d0 100644
--- a/src/database.h
+++ b/src/database.h
@@ -38,6 +38,7 @@
 
 bool log_database_init(void);
 void log_database_close(void);
+void log_database_add(ProfMessage *message);
 
 #endif // DATABASE_H