X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=ba99fad269ff740934ecec731166b01d3efdd7d1;hp=6f9f9669618377370daa1f330dd1b76f464eeb7e;hb=32facbd1b7948f146515e53194cfd4f33c54353f;hpb=a08d65fa0cbc5f79632be742b818f621f3dc48d0 diff --git a/playlist.c b/playlist.c index 6f9f9669..ba99fad2 100644 --- a/playlist.c +++ b/playlist.c @@ -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) {