add: weekly schedules support

This commit is contained in:
Tobias Reisinger 2020-04-25 00:48:59 +02:00
parent db3bcaf7d1
commit 2fd48ac5e6
18 changed files with 301 additions and 86 deletions

View file

@ -29,6 +29,9 @@ int
helper_load_config(IniDispatch *disp, void *config_void);
void
helpers_parse_cli(int argc, const char **argv, config_t *config);
helper_parse_cli(int argc, const char **argv, config_t *config);
int
helper_get_weekday(const time_t timestamp_now);
#endif /* CONTROLLER_HELPERS_H */