/* Unpack CLib Protos File */

#ifndef	CLIB_UNPACK_PROTOS_H
#define	CLIB_UNPACK_PROTOS_H

#ifndef Unpack_h
#include <Libraries/Unpack.h>
#endif

APTR  upAllocCInfo (void);
void  upFreeCInfo (APTR);
BOOL  upDetermineFile (APTR, char *);
BOOL  upUnpack (APTR);
BOOL  upTestHunk (APTR);
char *upUnpackList (APTR);
char *upUnpackListNext (APTR);
BOOL  upLoadFile (APTR);
void  upFreeFile (APTR);
APTR  upUseDrive (APTR, char *);
void  upUnuseDrive (APTR);
UBYTE upSendCmd (APTR, APTR, ULONG, ULONG, UBYTE);
APTR  upNewUnpackNum (void);

#endif
