archie/archie/clients/telnet/mail.h
2024-05-27 16:13:40 +02:00

7 lines
118 B
C

#ifndef MAIL_H
#define MAIL_H
extern int mail_it PROTO((int ac, char **av, const char *old_cmd, FILE *mfp));
#endif