and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / notification / snmpNotifyFilterProfileTable.h
1 /*
2  * This file was generated by mib2c and is intended for use as a mib module
3  * for the ucd-snmp snmpd agent. 
4  */
5
6
7 #ifndef _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
8 #define _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
9
10
11 /*
12  * we may use header_complex from the header_complex module 
13  */
14
15
16 config_require(header_complex)
17
18
19     /*
20      * our storage structure(s) 
21      */
22      struct snmpNotifyFilterProfileTable_data {
23
24          char           *snmpTargetParamsName;
25          size_t          snmpTargetParamsNameLen;
26          char           *snmpNotifyFilterProfileName;
27          size_t          snmpNotifyFilterProfileNameLen;
28          long            snmpNotifyFilterProfileStorType;
29          long            snmpNotifyFilterProfileRowStatus;
30
31      };
32
33
34
35
36 /*
37  * enum definitions from the covered mib sections 
38  */
39
40
41
42
43
44
45
46
47 /*
48  * function prototypes 
49  */
50
51
52      void            init_snmpNotifyFilterProfileTable(void);
53      FindVarMethod   var_snmpNotifyFilterProfileTable;
54      void            parse_snmpNotifyFilterProfileTable(const char *,
55                                                         char *);
56      SNMPCallback    store_snmpNotifyFilterProfileTable;
57
58      WriteMethod     write_snmpNotifyFilterProfileName;
59      WriteMethod     write_snmpNotifyFilterProfileStorType;
60      WriteMethod     write_snmpNotifyFilterProfileRowStatus;
61
62      WriteMethod     write_snmpNotifyFilterProfileRowStatus;
63
64
65
66 #endif                          /* _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H */