Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / agent / bulk_to_next.h
1 /*
2  * bulk_to_next.h 
3  */
4 #ifndef BULK_TO_NEXT_H
5 #define BULK_TO_NEXT_H
6
7 #ifdef __cplusplus
8 extern          "C" {
9 #endif
10
11
12 /*
13  * The helper merely intercepts GETBULK requests and converts them to
14  * * GETNEXT reequests.
15  */
16
17
18 netsnmp_mib_handler *netsnmp_get_bulk_to_next_handler(void);
19 void            netsnmp_init_bulk_to_next_helper(void);
20 void            netsnmp_bulk_to_next_fix_requests(netsnmp_request_info
21                                                   *requests);
22
23 Netsnmp_Node_Handler netsnmp_bulk_to_next_helper;
24
25 #ifdef __cplusplus
26 }
27 #endif
28 #endif