X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bd548438ff038373f6a6b2d270e1106a7b185817..49bb9608caa1c4bdb49a4a0069bd017f671d6eb4:/projects/stargazer/users.h?ds=sidebyside diff --git a/projects/stargazer/users.h b/projects/stargazer/users.h index 22065367..424958da 100644 --- a/projects/stargazer/users.h +++ b/projects/stargazer/users.h @@ -29,6 +29,7 @@ $Author: faust $ #define USERS_H #include + #include #include #include @@ -136,11 +137,11 @@ private: void DelUserFromIndexes(user_iter user); static void * Run(void *); - void NewMinute(const struct tm * t); - void NewDay(const struct tm * t); - void DayResetTraff(const struct tm * t); + void NewMinute(const struct tm & t); + void NewDay(const struct tm & t); + void DayResetTraff(const struct tm & t); - bool TimeToWriteDetailStat(const struct tm * t); + bool TimeToWriteDetailStat(const struct tm & t); list users; list usersToDelete;