and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / errormib.h
1 /*
2  *  Errormibess watching mib group
3  */
4 #ifndef _MIBGROUP_ERRORMIB_H
5 #define _MIBGROUP_ERRORMIB_H
6
7 void            init_errormib(void);
8
9 config_require(util_funcs)
10
11      void            setPerrorstatus(const char *);
12      void            seterrorstatus(const char *, int);
13      extern FindVarMethod var_extensible_errors;
14
15 #include "mibdefs.h"
16
17 #endif                          /* _MIBGROUP_ERRORMIB_H */