]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist.c
Replace struct table_info by struct afs_table.
[paraslash.git] / playlist.c
index 6f9f9669618377370daa1f330dd1b76f464eeb7e..ca427bc7379b43d3fac2fb567c17419d836ebc37 100644 (file)
@@ -1,8 +1,8 @@
 #include "para.h"
 #include "error.h"
+#include "string.h"
 #include "afh.h"
 #include "afs.h"
-#include "string.h"
 
 /** \file playlist.c Functions for loading and saving playlists. */
 
@@ -122,6 +122,14 @@ static int check_playlist(struct osl_row *row, void *data)
        return 1;
 }
 
+/**
+ * Check the playlist table for inconsistencies.
+ *
+ * \param query Unused.
+ * \param result Contains messages about inconsistencies.
+ *
+ * \return The return value of the underlying call to osl_rbtree_loop().
+ */
 int playlist_check_callback(__a_unused const struct osl_object *query,
                struct osl_object *result)
 {