* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
-/** \file db.h data structures common to all database tools */
+/** \file db.h data structures common to all audio file selectors */
#include <sys/select.h>
-enum supported_dbtools {DBT_DOPEY,
-#ifdef HAVE_MYSQL
- DBT_MYSQL,
-#endif
- NUM_DBTOOLS
-};
int find_audio_files(const char *dirname, int (*f)(const char *, const char *));