home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.src.lzh
/
relay
/
trbatch.h
< prev
Wrap
C/C++ Source or Header
|
1989-06-17
|
372b
|
18 lines
/*
* interface to the transmit batch files
*/
struct batchfile {
#ifdef notdef
int bf_ref; /* reference count */
#endif
FILE *bf_str; /* stream */
char *bf_name; /* file name */
int bf_lines; /* until fflush */
};
/* imports from trbatch.c */
extern struct batchfile *bfopen(), *bfisopen();
extern statust bffkclose(), bfrealclose();
extern int bfflush();