home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_F1GP_PROTOS_H
- #define CLIB_F1GP_PROTOS_H
-
- /*
- ** $VER: f1gp_protos.h 35.2 (8.2.97)
- **
- ** C prototypes.
- **
- ** (C) Copyright 1995-1997 Oliver Roberts
- ** All Rights Reserved
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- LONG f1gpDetect(VOID);
- APTR f1gpAllocQuitNotify(struct Task *task, ULONG signal);
- VOID f1gpFreeQuitNotify(APTR node);
- ULONG f1gpCalcChecksum(UBYTE *data, ULONG datasize);
-
- #endif /* CLIB_F1GP_PROTOS_H */
-