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/mbnntp/storeecho.h

10 lines
142 B
C
Raw Normal View History

2004-05-10 13:44:22 +00:00
#ifndef _STOREECHO_H
#define _STOREECHO_H
/* $Id$ */
2004-05-10 19:52:41 +00:00
int storeecho(faddr *, faddr *, time_t, int, char *, char *, char *, FILE *);
2004-05-10 13:44:22 +00:00
#endif