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
2004-11-27 12:32:27 +00:00

16 lines
191 B
C

#ifndef _YMRECV_H
#define _YMRECV_H
/* $Id$ */
#define WANTCRC 0103 /* send C not NAK to get crc not checksum */
#define WCEOT (-10)
#define RETRYMAX 10
int ymrcvfiles(int);
#endif