summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/errormib.h
blob: 501642cbf29b7f75b68ed19b75b6fd00ce155af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  Errormibess watching mib group
 */
#ifndef _MIBGROUP_ERRORMIB_H
#define _MIBGROUP_ERRORMIB_H

void            init_errormib(void);

config_require(util_funcs/header_generic)

     void            setPerrorstatus(const char *);
     void            seterrorstatus(const char *, int);
     extern FindVarMethod var_extensible_errors;

#include "mibdefs.h"

#endif                          /* _MIBGROUP_ERRORMIB_H */