home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / debug⁄errors / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-16  |  260 b   |  8 lines  |  [TEXT/CWIE]

  1. extern void putln(char *DebugString);
  2. void InitDebug(void);
  3. Boolean    DebugKeys(Boolean cmddwn, unsigned char ascii, short s);
  4. void    ShowDebugWindow(void);
  5.  
  6. // Don't undef this if compiling for PPC!!!!!!!! Yeah, sure Audit works w/PPC! ;)
  7. //#define SUPPORT_AUDIT
  8.