X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=cccb143f5bdfa1e4aaa2cdcaa1d1e73e6780f119;hp=88b891c829d835efcef315ff8e5aa8fd1b725353;hb=19d0ffee2c551fb8d17f01f5bd04b0c52987147b;hpb=36feca1700d044452991cfb506fb803ac3c32e60 diff --git a/afs.h b/afs.h index 88b891c8..cccb143f 100644 --- a/afs.h +++ b/afs.h @@ -245,8 +245,7 @@ int get_attribute_text(uint64_t *atts, const char *delim, char **text); /* aft */ void aft_init(struct afs_table *t); int aft_get_row_of_path(const char *path, struct osl_row **row); -int open_and_update_audio_file(struct osl_row *aft_row, long score, - struct audio_file_data *afd); +int open_and_update_audio_file(struct audio_file_data *afd); int load_afd(int shmid, struct audio_file_data *afd); int get_afsi_of_row(const struct osl_row *row, struct afs_info *afsi); int get_afhi_of_row(const struct osl_row *row, struct afh_info *afhi);