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

⟦3f020df56⟧ TextFile

    Length: 331 (0x14b)
    Types: TextFile
    Names: »transact.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦6429e39db⟧ »EurOpenD3/news/tmnn.7.8.tar.Z« 
        └─⟦b5a65d78b⟧ 
            └─⟦this⟧ »src/D.filt/transact.h« 

TextFile

/* transact.h -- filter hacks library declarations file */

#define MAXERRSIZE	160

typedef struct
{
    char	type, code;
    char	*arg1, *arg2, *arg3, *arg4, *arg5;
    char	buf[MAXERRSIZE];
}
fresp_t;

#define	NOARG	(char *)NULL

extern void fconnect();
extern int ftransmit();
extern int freceive();

/* transact.h ends here */