9 lines
92 B
C
9 lines
92 B
C
#ifndef _POSTEMAIL_H
|
|
#define _POSTEMAIL_H
|
|
|
|
|
|
int postemail(FILE *, char *, char *);
|
|
|
|
#endif
|
|
|