This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsebbs/ymsend.h

16 lines
292 B
C
Raw Normal View History

2004-11-22 15:12:55 +00:00
#ifndef _YMSEND_H
#define _YMSEND_H
/* $Id$ */
2004-11-22 16:45:24 +00:00
#define RETRYMAX 10
#define CPMEOF 032 /* CP/M EOF, Ctrl-Z */
#define WANTCRC 'C' /* send C not NAK to get crc not checksum */
#define WANTG 'G' /* Send G not NAK to get nonstop batch xmsn */
2004-11-22 16:45:24 +00:00
2004-11-22 22:05:57 +00:00
int ymsndfiles(down_list *, int);
2004-11-22 15:12:55 +00:00
#endif