]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
Remove unused -E_LSTAT.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 801347208136b7089744921310fee6d11e81a829..0b35f3c7f2c9b5b028d0e4973efca0a580bb10fc 100644 (file)
--- 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 */