9 lines
172 B
C
9 lines
172 B
C
#ifndef _POSTNETMAIL_H
|
|
#define _POSTNETMAIL_H
|
|
|
|
/* $Id$ */
|
|
|
|
int postnetmail(FILE *, faddr *, faddr *, char *, char *, time_t, int, int, unsigned int, unsigned int);
|
|
|
|
#endif
|