net-snmp 5.7
stash_to_next.h
00001 /*
00002  * stash_to_next.h 
00003  */
00004 #ifndef STASH_TO_NEXT_H
00005 #define STASH_TO_NEXT_H
00006 
00007 #ifdef __cplusplus
00008 extern          "C" {
00009 #endif
00010 
00011 
00012 /*
00013  * The helper merely intercepts GETSTASH requests and converts them to
00014  * GETNEXT reequests.
00015  */
00016 
00017 
00018 netsnmp_mib_handler *netsnmp_get_stash_to_next_handler(void);
00019 Netsnmp_Node_Handler netsnmp_stash_to_next_helper;
00020 
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 #endif