15 lines
127 B
C
15 lines
127 B
C
#ifndef _YMRECV_H
|
|
#define _YMRECV_H
|
|
|
|
/* $Id$ */
|
|
|
|
#define WCEOT (-10)
|
|
|
|
#define RETRYMAX 10
|
|
|
|
|
|
int ymrcvfiles(int, int);
|
|
|
|
|
|
#endif
|