diff --git a/modules/m_typing.cc b/modules/m_typing.cc index 37b44e91d..940a85e59 100644 --- a/modules/m_typing.cc +++ b/modules/m_typing.cc @@ -29,8 +29,11 @@ struct typist bool operator()(const typist &a, const typist &b) const; }; -ctx::dock timeout_dock; -std::set typists; +ctx::dock +timeout_dock; + +std::set +typists; conf::item timeout_max @@ -48,8 +51,8 @@ timeout_min static system_point calc_timesout(milliseconds relative); static bool update_state(const m::typing &); -extern "C" m::event::id::buf commit(const m::typing &edu); extern "C" bool for_each(const m::typing::closure_bool &); +extern "C" m::event::id::buf commit(const m::typing &edu); // // typing commit handler stack (local user)