CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/21 06:54:05
Modified files:
usr.sbin/snmpd : mib.h snmpd.h
Log message:
mib_init() and MIB() disappeared with mib.c, remove their declarations.
MIBDECL() and MIBEND are only used inside mib.h, so move their definition
in there.
OK tb@
