|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T m
Length: 985 (0x3d9) Types: TextFile Names: »miv.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« └─⟦57bbcbe75⟧ └─⟦this⟧ »./snmp/miv.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« └─⟦a4bfa469c⟧ └─⟦this⟧ »./snmp/miv.h«
#ifndef _MIV_H_ #define _MIV_H_ /* * $Header: miv.h,v 1.1 89/01/11 22:10:05 jrd Exp $ * Author: J. Davin * Copyright 1988, 1989, Massachusetts Institute of Technology * See permission and disclaimer notice in file "notice.h" */ #include <notice.h> #include <ctypes.h> #include <mix.h> #include <mis.h> typedef struct MivStrTag { CUnsfType mivStrMaxLen; CUnsfType mivStrLen; CBytePtrType mivStrData; } MivStrType; typedef MivStrType *MivStrPtrType; MisStatusType mivIntlRW (); MisStatusType mivIntlRO (); MisStatusType mivUnslRW (); MisStatusType mivUnslRO (); MisStatusType mivCounterRW (); MisStatusType mivCounterRO (); MisStatusType mivGuageRW (); MisStatusType mivGuageRO (); MisStatusType mivTicksRW (); MisStatusType mivTicksRO (); MisStatusType mivStringRW (); MisStatusType mivStringRO (); MisStatusType mivIPAddrRW (); MisStatusType mivIPAddrRO (); MisStatusType mivObjectIdRW (); MisStatusType mivObjectIdRO (); #endif /* _MIV_H_ */