From: Andre Date: Tue, 21 Feb 2006 08:22:36 +0000 (+0100) Subject: Merge branch 'dbtool_preselect' X-Git-Tag: v0.2.11~67 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=c141cc6915a32fb92766dc27f0df222d13f27d8b;p=paraslash.git Merge branch 'dbtool_preselect' --- c141cc6915a32fb92766dc27f0df222d13f27d8b diff --cc server.c index 73b8b057,8d943533..c185b3e1 --- a/server.c +++ b/server.c @@@ -63,14 -63,11 +63,16 @@@ extern struct audio_format afl[] /** the list of supported database tools */ struct dbtool dblist[] = { { - .name = "dopey", - .init = dopey_dbtool_init, + .name = "random", + .init = random_dbtool_init, + .update_audio_file = NULL, + }, + { + .name = "plm", + .init = plm_dbtool_init, .update_audio_file = NULL, + .pre_select = NULL, + .post_select = NULL, }, #ifdef HAVE_MYSQL {