#ifndef  CLIB_CDDB_PROTOS_H
#define  CLIB_CDDB_PROTOS_H

/*
**	$VER: cddb_protos.h 44.20 (08.08.2001)
**	cddb.library
**
**	C prototypes. For use with 32 bit integers only.
**
**	Copyright © 2001 by Thomas@Igracki.de
**	All Rights Reserved.
*/

#ifndef  EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef  UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#ifndef  LIBRARIES_CDDB_H
#include <libraries/cddb.h>
#endif

/* could someone please check is these are working? */

LONG CDDB_GetTagList (struct CDDB_CDInfo *, struct TagItem *);
LONG CDDB_GetTags (struct CDDB_CDInfo *, Tag tag1, ...);
BOOL CDDB_LoadKnownCD (LONG, struct CDDB_KnownCD *);
VOID CDDB_CalcDiscID (struct CDDB_CDInfo *);
STRPTR CDDB_ErrorStr (ULONG);

#endif /* CLIB_CDDB_PROTOS_H */
