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
2004-11-22 22:05:57 +00:00

16 lines
269 B
C

#ifndef _YMSEND_H
#define _YMSEND_H
/* $Id$ */
#define RETRYMAX 10
#define CPMEOF 032
#define WANTCRC 0103 /* send C not NAK to get crc not checksum */
#define WANTG 0107 /* Send G not NAK to get nonstop batch xmsn */
int ymsndfiles(down_list *, int);
#endif