~ubuntu-branches/ubuntu/hardy/net-snmp/hardy-proposed

« back to all changes in this revision

Viewing changes to agent/mibgroup/disman/schedule/schedConf.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070510222023-2yqbm8wasqpni3c1
Tags: 5.3.1-5ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
* Munge Maintainer field as per spec. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SCHEDCONF_H
 
2
#define SCHEDCONF_H
 
3
 
 
4
config_require(disman/schedule/schedCore)
 
5
 
 
6
/*
 
7
 * function declarations 
 
8
 */
 
9
void            init_schedConf(void);
 
10
 
 
11
void            parse_sched_periodic(const char *, char *);
 
12
void            parse_sched_timed(   const char *, char *);
 
13
void            parse_schedTable(    const char *, char *);
 
14
SNMPCallback    store_schedTable;
 
15
 
 
16
 
 
17
#endif                          /* SCHEDCONF_H */