Rename struct audio_format_info to afh_info.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index aecf627da420211703e33558aa8f137b413e7a00..bebe3ea3c9ea67dacab10173f36d2312b370ba8a 100644 (file)
--- 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);