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/zmrecv.h

11 lines
117 B
C
Raw Normal View History

2004-11-08 12:24:36 +00:00
#ifndef ZMRECV_H
#define ZMRECV_H
/* $Id$ */
2004-11-25 21:00:04 +00:00
int zmrcvfiles(int);
2004-11-23 21:40:30 +00:00
int putsec(char*,int);
int closeit(int);
2004-11-08 12:24:36 +00:00
#endif