diff options
Diffstat (limited to 'src/LYMail.h')
-rw-r--r-- | src/LYMail.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/LYMail.h b/src/LYMail.h new file mode 100644 index 00000000..9dd72931 --- /dev/null +++ b/src/LYMail.h @@ -0,0 +1,19 @@ + + +#ifndef LYMAIL_H +#define LYMAIL_H + +#ifndef LYSTRUCTS_H +#include "LYStructs.h" +#endif /* LYSTRUCTS_H */ + +extern void mailform PARAMS((char *mailto_address, char *mailto_subject, + char *mailto_content)); +extern void mailmsg PARAMS((int cur, char *owner_address, + char *filename, char *linkname)); +extern void reply_by_mail PARAMS((char *mail_address, + char *filename, char *title)); + + +#endif /* LYMAIL_H */ + |