X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=0b35f3c7f2c9b5b028d0e4973efca0a580bb10fc;hb=12197992573eb1314424deaedc677e0d42703e1d;hp=801347208136b7089744921310fee6d11e81a829;hpb=191d16070b9511f5b32b1ede7a9d0db1ffb3da54;p=paraslash.git diff --git a/afs.h b/afs.h index 80134720..0b35f3c7 100644 --- a/afs.h +++ b/afs.h @@ -122,7 +122,7 @@ int row_belongs_to_score_table(const struct osl_row *aft_row); /* attribute */ int attribute_init(struct table_info *ti, const char *db); void attribute_shutdown(enum osl_close_flags flags); -void get_attribute_bitmap(uint64_t *atts, char *buf); +void get_attribute_bitmap(const uint64_t *atts, char *buf); /* needed by com_ls() */ int get_attribute_bitnum_by_name(const char *att_name, unsigned char *bitnum); int get_attribute_text(uint64_t *atts, const char *delim, char **text); @@ -135,7 +135,7 @@ 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_audio_file_path_of_row(const struct osl_row *row, char **path); -int get_afsi_object_of_row(const void *row, struct osl_object *obj); +int get_afsi_object_of_row(const struct osl_row *row, struct osl_object *obj); int audio_file_loop(void *private_data, osl_rbtree_loop_func *func); /* mood */