X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=d6d0a86e2bdf2cbf51d72fa195e32cdab70bff3d;hb=2d8f0c21ac8735fc06d1aa88e7873614392e3042;hp=7adb54bdd69b70da4abbfafc6503e847a32245b7;hpb=a044e78188411351d798842df1778316c881f5ed;p=paraslash.git diff --git a/afs.h b/afs.h index 7adb54bd..d6d0a86e 100644 --- a/afs.h +++ b/afs.h @@ -151,6 +151,8 @@ int mood_delete_audio_file(const struct osl_row *aft_row); int playlist_open(char *name); void playlist_close(void); int playlist_update_audio_file(struct osl_row *aft_row); +int playlist_check_callback(__a_unused const struct osl_object *query, + struct osl_object *result); /** evaluates to 1 if x < y, to -1 if x > y and to 0 if x == y */ #define NUM_COMPARE(x, y) ((int)((x) < (y)) - (int)((x) > (y)))