added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / proc.h
1 /*
2  *  Process watching mib group
3  */
4 #ifndef _MIBGROUP_PROC_H
5 #define _MIBGROUP_PROC_H
6
7 config_require(util_funcs)
8
9      void            init_proc(void);
10
11      extern FindVarMethod var_extensible_proc;
12      extern WriteMethod fixProcError;
13      int             sh_count_procs(char *);
14
15 /*
16  * config file parsing routines 
17  */
18      void            proc_free_config(void);
19      void            proc_parse_config(const char *, char *);
20      void            procfix_parse_config(const char *, char *);
21
22 #include "mibdefs.h"
23
24 #define PROCMIN 3
25 #define PROCMAX 4
26 #define PROCCOUNT 5
27
28 #endif                          /* _MIBGROUP_PROC_H */