Changeset 214 for trunk/include/sh_mail.h
- Timestamp:
- Feb 17, 2009, 10:54:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_mail.h
r22 r214 52 52 /* call if not urgent 53 53 */ 54 int sh_mail_pushstack (/*@null@*/char * msg); 55 56 /* call if mail immediate 57 */ 58 int sh_mail_msg (/*@null@*/char * message); 54 int sh_mail_pushstack (int severity, const char * msg, const char * alias); 59 55 60 56 /* set sender of mail
Note:
See TracChangeset
for help on using the changeset viewer.