1 typedef int (*cddb_inexact_selection_func_t)(void);
2 
3 void cddb_lookup(int cd_desc, struct disc_data *data);
4 void cddb_verbose(void *h, int flag);
5 void cddb_inexact_selection_set(cddb_inexact_selection_func_t func);
6