|
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 a
Length: 781 (0x30d) Types: TextFile Names: »aps.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« └─⟦57bbcbe75⟧ └─⟦this⟧ »./snmp/aps.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« └─⟦a4bfa469c⟧ └─⟦this⟧ »./snmp/aps.h«
#ifndef _APS_H_ #define _APS_H_ /* * $Header: aps.h,v 1.1 89/01/11 22:09:43 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 <error.h> #include <asn.h> typedef ErrStatusType ApsStatusType; typedef CUnswType ApsIdType; typedef CBytePtrType ApsNameType; typedef CUnswType ApsGoodiesType; typedef CBoolType (*ApsVerifyFnType) (); typedef AsnIdType (*ApsEncodeFnType) (); typedef AsnIdType (*ApsDecodeFnType) (); ApsStatusType apsScheme (); ApsIdType apsNew (); ApsIdType apsFree (); ApsIdType apsVerify (); AsnIdType apsEncode (); AsnIdType apsDecode (); CVoidType apsInit (); #endif /* _APS_H_ */