11 lines
117 B
C
11 lines
117 B
C
#ifndef ZMRECV_H
|
|
#define ZMRECV_H
|
|
|
|
/* $Id$ */
|
|
|
|
int zmrcvfiles(int);
|
|
int putsec(char*,int);
|
|
int closeit(int);
|
|
|
|
#endif
|