|
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 - download
Length: 331 (0x14b) Types: TextFile Names: »transact.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦6429e39db⟧ »EurOpenD3/news/tmnn.7.8.tar.Z« └─⟦b5a65d78b⟧ └─⟦this⟧ »src/D.filt/transact.h«
/* 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 */