Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / netsnmp / snmpv2-mib-agt.c
1 /*
2  * This C file has been generated by smidump 0.4.2-pre1.
3  * It is intended to be used with the NET-SNMP agent library.
4  *
5  * This C file is derived from the SNMPv2-MIB module.
6  *
7  * $Id: snmpv2-mib-agt.c 1606 2003-12-01 12:24:15Z strauss $
8  */
9
10 #include <stdio.h>
11 #include <string.h>
12 #include <malloc.h>
13
14 #include "snmpv2-mib.h"
15
16 #include <ucd-snmp/asn1.h>
17 #include <ucd-snmp/snmp.h>
18 #include <ucd-snmp/snmp_api.h>
19 #include <ucd-snmp/snmp_impl.h>
20 #include <ucd-snmp/snmp_vars.h>
21
22 static oid snmpv2_mib_caps[] = {0,0};
23
24 void init_snmpv2_mib(void)
25 {
26 }
27
28 void deinit_snmpv2_mib()
29 {
30     unregister_sysORTable(snmpv2_mib_caps, sizeof(snmpv2_mib_caps));
31 }
32
33 int term_snmpv2_mib()
34 {
35     deinit_snmpv2_mib();
36     return 0;
37 }
38