X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.c;h=c185b3e189fcccc62870913c2ad1330868ec7e94;hb=c141cc6915a32fb92766dc27f0df222d13f27d8b;hp=044792f13c40807477cd984501deab4d0d0611e2;hpb=c589157169366fa47f2041cfe52e7019fbc19b35;p=paraslash.git diff --git a/server.c b/server.c index 044792f1..c185b3e1 100644 --- a/server.c +++ b/server.c @@ -67,11 +67,20 @@ struct dbtool dblist[] = { .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 { .name = "mysql", .init = mysql_dbtool_init, .update_audio_file = NULL, + .pre_select = NULL, + .post_select = NULL, }, #endif {