source: trunk/include/sh_nmail.h@ 274

Last change on this file since 274 was 232, checked in by katerina, 15 years ago

Add some missing files

File size: 612 bytes
Line 
1#ifndef SH_NMAIL_H
2#define SH_NMAIL_H
3
4int sh_nmail_pushstack (int level, const char * message,
5 const char * alias);
6int sh_nmail_msg (int level, const char * message,
7 const char * alias);
8int sh_nmail_flush ();
9void sh_nmail_free();
10
11int sh_nmail_set_severity (const char * str);
12int sh_nmail_add_not (const char * str);
13int sh_nmail_add_and (const char * str);
14int sh_nmail_add_or (const char * str);
15
16int sh_nmail_close_recipient(const char * str);
17int sh_nmail_add_compiled_recipient(const char * str);
18int sh_nmail_add_recipient(const char * str);
19int sh_nmail_add_alias(const char * str);
20#endif
Note: See TracBrowser for help on using the repository browser.