File: email.h

package info (click to toggle)
ratbox-services 1.2.4%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,760 kB
  • ctags: 6,989
  • sloc: ansic: 76,435; sh: 17,527; cpp: 3,029; perl: 1,048; makefile: 740; pascal: 607; yacc: 256; lex: 232
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
/* $Id: email.h 22343 2006-04-10 18:56:26Z leeh $ */
#ifndef INCLUDED_email_h
#define INCLUDED_email_h

int can_send_email(void);

int PRINTFLIKE(3, 4) send_email(const char *address, const char *subject, const char *format, ...);

#endif