Changeset 216 for trunk/include
- Timestamp:
- Feb 18, 2009, 7:30:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_mail.h
r214 r216 54 54 int sh_mail_pushstack (int severity, const char * msg, const char * alias); 55 55 56 /* Set the port to use (default 25) 57 */ 58 int sh_mail_set_port (const char * str); 59 56 60 /* set sender of mail 57 61 */ 58 62 int sh_mail_set_sender (const char *str); 59 63 60 int sh_mail_add_or (const char * str);61 int sh_mail_add_and (const char * str);62 int sh_mail_add_not (const char * str);63 64 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.