(svn r20967) -Add: infrastructure to send information to remote admins at specific intervals (dihedral)

This commit is contained in:
rubidium
2010-10-17 17:36:23 +00:00
parent 7cc8a363d8
commit b4ce7fad7f
7 changed files with 123 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ void NetworkPrintClients();
void NetworkHandlePauseChange(PauseMode prev_mode, PauseMode changed_mode);
/*** Commands ran by the server ***/
void NetworkServerDailyLoop();
void NetworkServerMonthlyLoop();
void NetworkServerYearlyLoop();
void NetworkServerSendConfigUpdate();