summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/schedule/schedConf.h
blob: 91f496579c8a58419c1bdb44409399b55bfda590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 */