X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=bebe3ea3c9ea67dacab10173f36d2312b370ba8a;hb=613b848d6d5a1dc7e714582c74bc98ffed1d84a0;hp=aecf627da420211703e33558aa8f137b413e7a00;hpb=79abdfa1a2408afcde31df501fceaf4e9d222103;p=paraslash.git diff --git a/afs.h b/afs.h index aecf627d..bebe3ea3 100644 --- a/afs.h +++ b/afs.h @@ -102,7 +102,7 @@ struct audio_file_data { int fd; long score; struct afs_info afsi; - struct audio_format_info afhi; + struct afh_info afhi; }; enum afs_server_code { @@ -185,7 +185,7 @@ int load_afd(int shmid, struct audio_file_data *afd); int load_afsi(struct afs_info *afsi, struct osl_object *obj); void save_afsi(struct afs_info *afsi, struct osl_object *obj); 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 audio_format_info *afhi); +int get_afhi_of_row(const struct osl_row *row, struct afh_info *afhi); int get_afsi_of_path(const char *path, struct afs_info *afsi); int get_audio_file_path_of_row(const struct osl_row *row, char **path); int get_afsi_object_of_row(const struct osl_row *row, struct osl_object *obj);