X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afs.h;h=d0c162fb376278c021b0f1092ae763bf615e4392;hb=13f8214c662144b2afa5c9fbf3cf2fbe1e9a36f0;hp=aecf627da420211703e33558aa8f137b413e7a00;hpb=79abdfa1a2408afcde31df501fceaf4e9d222103;p=paraslash.git diff --git a/afs.h b/afs.h index aecf627d..d0c162fb 100644 --- a/afs.h +++ b/afs.h @@ -65,11 +65,6 @@ struct rmatt_event_data { }; -struct addatt_event_data { - const char *name; - unsigned char bitnum; -}; - struct afsi_change_event_data { const struct osl_row *aft_row; struct afs_info *old_afsi; @@ -102,7 +97,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 +180,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); @@ -203,7 +198,6 @@ int mood_check_callback(__a_unused const struct osl_object *query, /* playlist */ 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);