X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bd548438ff038373f6a6b2d270e1106a7b185817..c02406ecfa463f3846f775ab9d4b9f69f5ba21a1:/projects/stargazer/users.h?ds=inline 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;