10 lines
152 B
C
10 lines
152 B
C
#ifndef _STOREECHO_H
|
|
#define _STOREECHO_H
|
|
|
|
/* $Id$ */
|
|
|
|
int storeecho(faddr *, faddr *, time_t, int, char *, char *, char *, int, int, FILE *);
|
|
|
|
#endif
|
|
|