X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=random_dbtool.c;h=c860c0396bad51b9b21eaa79447b17eb74f79382;hb=783b5b70cb06cd494552eba6e04e558ac794a278;hp=e88206c2508dee9e094b2d2be409487c33a75390;hpb=45283c2e75ba457f3858e67526d6163de63df4c5;p=paraslash.git diff --git a/random_dbtool.c b/random_dbtool.c index e88206c2..c860c039 100644 --- a/random_dbtool.c +++ b/random_dbtool.c @@ -122,7 +122,6 @@ out: static void random_shutdown(void) { - PARA_DEBUG_LOG("%s", "thanks for using another dbtool.\n"); } /** random's (constant) database info text */ @@ -134,9 +133,9 @@ static void random_shutdown(void) * Init all function pointers of \a db, init the dbinfo text and seed the * PRNG. * - * \sa struct dbtool, misc_meta_data::dbinfo, mysql.c + * \sa struct audio_file_selector, misc_meta_data::dbinfo, mysql.c */ -int random_dbtool_init(struct dbtool *db) +int random_selector_init(struct audio_file_selector *db) { struct timeval now;