summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h')
-rw-r--r--cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h b/cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h
deleted file mode 100644
index 41635b0e22..0000000000
--- a/cleopatre/application/spidnetsnmp/include/net-snmp/agent/read_only.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef READ_ONLY_H
-#define READ_ONLY_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * read_only.h
- */
-
-/*
- * The helper merely intercepts SET requests and handles them early on
- * making everything read-only (no SETs are actually permitted).
- * Useful as a helper to handlers that are implementing MIBs with no
- * SET support.
- */
-
-
-netsnmp_mib_handler *netsnmp_get_read_only_handler(void);
-void netsnmp_init_read_only_helper(void);
-
-Netsnmp_Node_Handler netsnmp_read_only_helper;
-
-
-#ifdef __cplusplus
-}
-#endif
-#endif