home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMA&GPFax-V1,33Sources.LHA / debug_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-25  |  351 b   |  13 lines

  1. /* $Header: pd:zvmrcs/debug_proto.h,v 1.1 1993/04/07 18:45:43 rvillari Exp $ */
  2. #ifndef _DEBUG_PROTO_H
  3. #define _DEBUG_PROTO_H
  4.  
  5. #include "voice.h"
  6.  
  7. void mainError(char*);
  8. void printStatus(enum ReturnStatus status);
  9. void debugString(char* s, char* description);
  10. void debugInt(int i, char* description);
  11. void debugChar(char c, char* description);
  12. #endif
  13.