Move event buffers to Monitor

This commit is contained in:
2025-01-02 17:39:16 -05:00
parent b4ed31d4fb
commit 6ff51685a8
6 changed files with 27 additions and 24 deletions

View File

@@ -4,7 +4,5 @@
#include <string>
namespace Email {
extern std::vector<std::string> dump;
void init();
}