]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist_selector.c
Some more (trivial) "database tool" -> "audio file selector" conversions
[paraslash.git] / playlist_selector.c
index 47fb2699d264bdd87dc6b4a2dde05388dd0ef423..f3f556cd6460bbe0af8b941b856fa1b325fc95be 100644 (file)
@@ -65,7 +65,7 @@ static int com_ppl(int, int, char **);
 static int com_lpl(int, int, char **);
 extern struct misc_meta_data *mmd;
 
-/* array of commands that are supported by this database tool */
+/* array of supported commands */
 static struct server_command cmds[] = {
 {
 .name = "ppl",
@@ -275,7 +275,8 @@ void pls_update_audio_file(char *audio_file)
  *
  * Init all function pointers of \a db
  *
- * \sa struct audio_file_selector, misc_meta_data::dbinfo, mysql.c random_dbtool.c
+ * \sa struct audio_file_selector, misc_meta_data::dbinfo, mysql.c
+ * random_selector.c.
  */
 int playlist_selector_init(struct audio_file_selector *db)
 {