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/ymrecv.h

15 lines
204 B
C
Raw Normal View History

2004-11-22 15:12:55 +00:00
#ifndef _YMRECV_H
#define _YMRECV_H
/* $Id$ */
2004-11-23 20:46:21 +00:00
#define WANTCRC 0103 /* send C not NAK to get crc not checksum */
#define WCEOT (-10)
#define RETRYMAX 10
int wcrxpn(char *);
int wcrx(void);
2004-11-22 15:12:55 +00:00
#endif