home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / misc / f1gplib.lha / f1gplib_35.2 / include / clib / f1gp_protos.h
Encoding:
C/C++ Source or Header  |  1997-02-08  |  455 b   |  23 lines

  1. #ifndef  CLIB_F1GP_PROTOS_H
  2. #define  CLIB_F1GP_PROTOS_H
  3.  
  4. /*
  5. **    $VER: f1gp_protos.h 35.2 (8.2.97)
  6. **
  7. **    C prototypes.
  8. **
  9. **    (C) Copyright 1995-1997 Oliver Roberts
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef  EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17.  LONG f1gpDetect(VOID);
  18.  APTR f1gpAllocQuitNotify(struct Task *task, ULONG signal);
  19.  VOID f1gpFreeQuitNotify(APTR node);
  20. ULONG f1gpCalcChecksum(UBYTE *data, ULONG datasize);
  21.  
  22. #endif     /* CLIB_F1GP_PROTOS_H */
  23.