aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db.h b/db.h
index c8b73f1..6bc2b62 100644
--- a/db.h
+++ b/db.h
@@ -14,6 +14,7 @@ struct db_room_list{
};
struct db_message{
+ i64 msgid;
i64 roomid,userid,timestamp;
char *message;
};