DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0b570b90d⟧ TextFile

    Length: 467 (0x1d3)
    Types: TextFile
    Names: »rdx.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦697af93db⟧ »EurOpenD3/network/snmp/mit-snmp.tar.Z« 
        └─⟦57bbcbe75⟧ 
            └─⟦this⟧ »./snmp/rdx.h« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦925ee6880⟧ »EurOpenD3/network/snmp/mit-snmp.900225.tar.Z« 
        └─⟦a4bfa469c⟧ 
            └─⟦this⟧ »./snmp/rdx.h« 

TextFile

#ifndef		_RDX_H_
#define		_RDX_H_

/*
 *	$Header: rdx.h,v 1.1 89/01/11 22:09:32 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>

CIntfType		rdxDecode10 ();
CIntfType		rdxDecode08 ();
CIntfType		rdxDecode16 ();
CIntfType		rdxDecodeAny ();

CIntfType		rdxEncode10 ();
CIntfType		rdxEncode08 ();

#endif		/*	_RDX_H_		*/