Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitchX
GitHub Repository: BitchX/BitchX1.3
Path: blob/master/include/mail.h
1069 views
1
/*
2
* mail.h: header for mail.c
3
*
4
* Written By Michael Sandrof
5
*
6
* Copyright(c) 1990
7
*
8
* See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT
9
*
10
* @(#)$Id: mail.h 3 2008-02-25 09:49:14Z keaston $
11
*/
12
13
#ifndef __mail_h_
14
#define __mail_h_
15
16
char *check_mail (void);
17
int check_mail_status (void);
18
19
#endif /* __mail_h_ */
20
21