#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_H
#include <libraries/FileID.h>
#endif

struct FI_FileInfo * FIAllocFileInfo (void);
void   FIFreeFileInfo (struct FI_FileInfo * FileInfo);
void   FIIdentify (APTR Address, struct FI_FileInfo * FileInfo);
long   FIIdentifyFromName (struct FI_FileInfo * FileInfo, STRPTR Name);
long   FIGetHighID (void);
STRPTR FIGetIDString (long IDNumber);

#endif /* CLIB_FILEID_PROTOS_H */
