nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

errs.h (1440B)


      1 #ifndef   MXFR_ERRS_H
      2 #define   MXFR_ERRS_H
      3 #include <skalibs/stralloc.h>
      4 
      5 #define _HSC	;
      6 
      7 void out(const char *s) _HSC
      8 void zero() _HSC
      9 void _noreturn_ zerodie() _HSC
     10 void outsafe(stralloc *sa) _HSC
     11 void _noreturn_ temp_nomem() _HSC
     12 void _noreturn_ temp_oserr() _HSC
     13 void _noreturn_ temp_hasherr() _HSC
     14 void _noreturn_ temp_finderr() _HSC
     15 void _noreturn_ temp_fault() _HSC
     16 void _noreturn_ temp_intr() _HSC
     17 void _noreturn_ temp_bug() _HSC
     18 void _noreturn_ temp_noconn() _HSC
     19 void _noreturn_ temp_read() _HSC
     20 void _noreturn_ temp_runfds() _HSC
     21 void _noreturn_ temp_dnscanon() _HSC
     22 void _noreturn_ temp_dns() _HSC
     23 void _noreturn_ temp_dnsupd() _HSC
     24 void _noreturn_ temp_wtf(char const *my) _HSC
     25 void _noreturn_ temp_esc(int b, int c, char const *my) _HSC
     26 void _noreturn_ temp_chdir() _HSC
     27 void _noreturn_ temp_control() _HSC
     28 //void _noreturn_ temp_custom(char *) _HSC
     29 void _noreturn_ perm_partialline() _HSC
     30 void _noreturn_ perm_usage() _HSC
     31 void _noreturn_ perm_dns() _HSC
     32 void _noreturn_ perm_nomx() _HSC
     33 void _noreturn_ perm_ambigmx() _HSC
     34 void _noreturn_ temp_wtf(char const *my) _HSC
     35 void _noreturn_ perm_esc(int b, int c, char const *my) _HSC
     36 #ifdef    REMOTEDEBUG
     37 void info_dbg(stralloc *info) _HSC
     38 void info_dbgs(const char *info) _HSC
     39 void info_wtfs(const char *info) _HSC
     40 #else
     41 void info_dbg(stralloc *info) _HSC
     42 void info_dbgs(const char *info) _HSC
     43 void info_wtfs(const char *info) _HSC
     44 #endif // REMOTEDEBUG
     45 #endif // MXFR_ERRS_H