#ifndef CLIB_PLAYER61_PROTOS_H
#define CLIB_PLAYER61_PROTOS_H

#include <exec/types.h>
#include <libraries/player61.h>

struct p61status * P61_Inquire(void);
LONG P61_Play(APTR,APTR,APTR);
void P61_SetPos(WORD);
void P61_SetVol(WORD);
void P61_Stop(void);

#endif

