/* * This C file has been generated by smidump 0.4.2-pre1. * It is intended to be used with the NET-SNMP agent library. * * This C file is derived from the SNMPv2-MIB module. * * $Id: snmpv2-mib-agt.c 1606 2003-12-01 12:24:15Z strauss $ */ #include #include #include #include "snmpv2-mib.h" #include #include #include #include #include static oid snmpv2_mib_caps[] = {0,0}; void init_snmpv2_mib(void) { } void deinit_snmpv2_mib() { unregister_sysORTable(snmpv2_mib_caps, sizeof(snmpv2_mib_caps)); } int term_snmpv2_mib() { deinit_snmpv2_mib(); return 0; }