Ignore:
Timestamp:
Jan 27, 2010, 10:52:20 PM (15 years ago)
Author:
katerina
Message:

Fixes tickets #190, #191, #192, #193, and #194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_error_min.h

    r265 r272  
    2525                      long errnum, unsigned long  msg_index, ...);
    2626
     27/* this function should be called to (only) send mail
     28 */
     29void sh_error_mail (const char * alias, int sev,
     30                    const char * file, long line,
     31                    long status, unsigned long msg_id, ...);
     32
    2733/* convert a string to a numeric priority
    2834 */
Note: See TracChangeset for help on using the changeset viewer.