Integrate email handlers with DB

This commit is contained in:
Gent
2020-11-06 21:10:41 -05:00
parent 3a55a9b66f
commit 8f90fdaac4
3 changed files with 108 additions and 56 deletions

View File

@@ -50,3 +50,5 @@ void terminate(int);
#else
#error Invalid PROTOCOL_VERSION
#endif
sSYSTEMTIME timeStampToStruct(uint64_t time);