blob: 91f496579c8a58419c1bdb44409399b55bfda590 [file] [log] [blame]
#ifndef SCHEDCONF_H
#define SCHEDCONF_H
config_require(disman/schedule/schedCore)
/*
* function declarations
*/
void init_schedConf(void);
void parse_sched_periodic(const char *, char *);
void parse_sched_timed( const char *, char *);
void parse_schedTable( const char *, char *);
SNMPCallback store_schedTable;
#endif /* SCHEDCONF_H */