
#ifndef CLIB_FILEID_PROTOS_H
#define CLIB_FILEID_PROTOS_H

/*
**    C prototypes for FileID.library, for use with 32 bit integers only.
*/

APTR  FIAllocFileInfo (void);
void  FIFreeFileInfo (struct FI_FileInfo *);
void  FIIdentify (void *,struct FI_FileInfo *);
LONG  FIIdentifyFromName (struct FI_FileInfo *, STRPTR);

#endif /* CLIB_FILEID_PROTOS_H */
