diff options
Diffstat (limited to 'src/Utils.h')
-rw-r--r-- | src/Utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h index af5ea340..83f2cad1 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -339,4 +339,7 @@ roomVias(const std::string &roomid); void updateSpaceVias(); + +void +removeExpiredEvents(); } |