home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 426.lha / ClipFile_v1.02 / src / cf_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-07  |  532 b   |  20 lines

  1.  
  2. /* clip.c */
  3. int CXBRK ( void );
  4. int chkabort ( void );
  5. void help ( void );
  6. struct Buffer *fillbuffer ( int fh );
  7. VOID freebuffer ( struct Buffer *buff );
  8. void main ( int argc , char **argv );
  9. VOID HandleNotify ( struct MsgPort *mp );
  10.  
  11. /* cbio.c */
  12. LONG CBOpen ( LONG unit );
  13. VOID CBClose ( void );
  14. LONG CBWrite ( struct Buffer *buff );
  15. LONG CBWriteFTXT ( STRPTR string );
  16. LONG CBWriteA ( STRPTR stream , LONG length );
  17. STRPTR PrintID ( LONG id , STRPTR buff );
  18. struct Buffer *CBRead ( BOOL cook );
  19. LONG writeLong ( LONG *ldata );
  20.