add: weekly schedules support
This commit is contained in:
parent
db3bcaf7d1
commit
2fd48ac5e6
18 changed files with 301 additions and 86 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue