0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 01:18:39 +02:00

modules/s_state: Fix missing MAPI header.

This commit is contained in:
Jason Volk 2018-05-16 12:10:10 -07:00
parent a62f453e58
commit ebcf5206e6

View file

@ -10,6 +10,12 @@
using namespace ircd;
mapi::header
IRCD_MODULE
{
"Matrix state library; modular components."
};
extern "C" size_t
state__rebuild_present(const m::room &room)
{