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
127 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 WCEOT (-10)
#define RETRYMAX 10
2004-11-27 12:32:27 +00:00
int ymrcvfiles(int, int);
2004-11-27 12:32:27 +00:00
2004-11-23 20:46:21 +00:00
2004-11-22 15:12:55 +00:00
#endif