net-snmp 5.7
|
00001 /* 00002 * bulk_to_next.h 00003 */ 00004 #ifndef BULK_TO_NEXT_H 00005 #define BULK_TO_NEXT_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 00012 /* 00013 * The helper merely intercepts GETBULK requests and converts them to 00014 * * GETNEXT reequests. 00015 */ 00016 00017 00018 netsnmp_mib_handler *netsnmp_get_bulk_to_next_handler(void); 00019 void netsnmp_init_bulk_to_next_helper(void); 00020 void netsnmp_bulk_to_next_fix_requests(netsnmp_request_info 00021 *requests); 00022 00023 Netsnmp_Node_Handler netsnmp_bulk_to_next_helper; 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 #endif