00001 #ifndef READ_ONLY_H00002 #define READ_ONLY_H00003
00004 #ifdef __cplusplus00005 extern"C" {
00006 #endif00007
00008 /*00009 * read_only.h 00010 */00011
00012 /*00013 * The helper merely intercepts SET requests and handles them early on00014 * making everything read-only (no SETs are actually permitted).00015 * Useful as a helper to handlers that are implementing MIBs with no00016 * SET support.00017 */00018
00019
00020 netsnmp_mib_handler *netsnmp_get_read_only_handler(void);
00021 voidnetsnmp_init_read_only_helper(void);
00022
00023 Netsnmp_Node_Handler netsnmp_read_only_helper;
00024
00025
00026 #ifdef __cplusplus00027 }
00028 #endif00029 #endif
Generated on Wed Aug 26 10:35:38 2009 for net-snmp by 1.5.7.1
Last modified: Tuesday, 23-Dec-2025 17:22:04 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.