~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/disman/event/mteEventConf.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef MTEEVENTCONF_H
 
2
#define MTEEVENTCONF_H
 
3
 
 
4
config_require(utilities/iquery)
 
5
 
 
6
/*
 
7
 * function declarations 
 
8
 */
 
9
void            init_mteEventConf(void);
 
10
 
 
11
void            parse_notificationEvent(const char *, char *);
 
12
void            parse_setEvent(         const char *, char *);
 
13
 
 
14
void            parse_mteETable(   const char *, char *);
 
15
void            parse_mteENotTable(const char *, char *);
 
16
void            parse_mteESetTable(const char *, char *);
 
17
SNMPCallback    store_mteETable;
 
18
 
 
19
#endif                          /* MTEEVENTCONF_H */