home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / ClassFree / CFsampleclass / debug_protos.h < prev    next >
Text File  |  1998-04-05  |  117b  |  5 lines

  1. /* Prototypes for debug.lib fuctions */
  2.  
  3. APTR DLopencon(void);
  4. void DLclosecon(APTR);
  5. VOID DLprintf(APTR,STRPTR,...);