X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=bebe3ea3c9ea67dacab10173f36d2312b370ba8a;hp=aecf627da420211703e33558aa8f137b413e7a00;hb=a6e79f02b6eab623425686f8f3cab5bc942e77d4;hpb=b3ee0fa979a74e9d7a1497ec5a3ac8fa7cc7472b 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);