mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 21:16:22 +00:00
db: Have one database per account
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#ifndef DATABASE_H
|
||||
#define DATABASE_H
|
||||
|
||||
bool log_database_init(void);
|
||||
bool log_database_init(ProfAccount *account);
|
||||
void log_database_close(void);
|
||||
void log_database_add(ProfMessage *message, gboolean is_muc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user