]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - random_dbtool.c
rename struct dbtool to audio_file_selector
[paraslash.git] / random_dbtool.c
index e88206c2508dee9e094b2d2be409487c33a75390..a74415579aeffb5010332184418ae5dcadfa5a76 100644 (file)
@@ -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_dbtool_init(struct audio_file_selector *db)
 {
        struct timeval now;