summaryrefslogtreecommitdiff
path: root/agent/mibgroup/mibII/ipAddr.h
blob: 526a060241160d2b42e48f1d41190325dc40083b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  Template MIB group interface - ipAddr.h
 *
 */
#ifndef _MIBGROUP_IPADDR_H
#define _MIBGROUP_IPADDR_H

config_require(util_funcs)
#if !defined(NETSNMP_ENABLE_MFD_REWRITES)
config_require(mibII/ip)
#endif

     extern FindVarMethod var_ipAddrEntry;

#endif                          /* _MIBGROUP_IPADDR_H */