libvieter/src/cron/vieter_cron_parse.h

12 lines
399 B
C

#ifndef VIETER_CRON_PARSE
#define VIETER_CRON_PARSE
#include "vieter_cron.h"
vieter_cron_parse_error vieter_cron_expr_parse_range(uint64_t *out, char *s,
uint8_t min, uint8_t max);
vieter_cron_parse_error vieter_cron_expr_parse_part(uint64_t *out, char *s,
uint8_t min, uint8_t max);
#endif