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

12 lines
145 B
C
Raw Normal View History

2004-11-08 12:24:36 +00:00
#ifndef ZMRECV_H
#define ZMRECV_H
/* $Id$ */
2004-11-27 12:32:27 +00:00
int procheader(char*);
int zmrcvfiles(int, 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