15 lines
173 B
C
15 lines
173 B
C
#ifndef _YMRECV_H
|
|
#define _YMRECV_H
|
|
|
|
/* $Id: ymrecv.h,v 1.5 2004/11/27 22:04:12 mbse Exp $ */
|
|
|
|
#define WCEOT (-10)
|
|
|
|
#define RETRYMAX 10
|
|
|
|
|
|
int ymrcvfiles(int, int);
|
|
|
|
|
|
#endif
|