home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_FILEID_PROTOS_H
- #define CLIB_FILEID_PROTOS_H
-
- /*
- ** C prototypes for FileID.library, for use with 32 bit integers only.
- */
-
- #ifndef LIBRARIES_FILEID_IDDEFS_H
- #include <libraries/FileID_IDDefs.h>
- #endif /* LIBRARIES_FILEID_IDDEFS_H */
- #ifndef LIBRARIES_FILEID_H
- #include <libraries/FileID.h>
- #endif /* LIBRARIES_FILEID_H */
-
- APTR FIAllocFileInfo (void);
- void FIFreeFileInfo (struct FI_FileInfo *);
- void FIIdentify (void *,struct FI_FileInfo *);
- LONG FIIdentifyFromName (struct FI_FileInfo *, STRPTR);
- LONG FIGetHighID (void);
- APTR FIGetIDString (LONG);
-
- #endif /* CLIB_FILEID_PROTOS_H */
-