#ifndef _PROTO_CDDB_H
#define _PROTO_CDDB_H

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_CDDB_PROTOS_H
#include <clib/cddb_protos.h>
#endif

#ifndef __NOLIBBASE__
extern struct Library *CDDBBase;
#endif

#ifdef __GNUC__
#include <inline/cddb.h>
#elif !defined(__VBCC__)
#include <pragma/cddb_lib.h>
#endif

#endif	/*  _PROTO_CDDB_H  */
