]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
com_check(): Add attribute checking.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 8fd8313a49d682be711101c6931dc0c5238bb5b5..78bc50aeaadf124165aa3d7e50440b59dea3b9ee 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -242,10 +242,12 @@ void attribute_init(struct afs_table *t);
 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);
+int attribute_check_callback(int fd, __a_unused const struct osl_object *query);
 
 /* aft */
 void aft_init(struct afs_table *t);
 int aft_get_row_of_path(const char *path, struct osl_row **row);
+int aft_check_attributes(uint64_t att_mask, struct para_buffer *pb);
 int open_and_update_audio_file(struct audio_file_data *afd);
 int load_afd(int shmid, struct audio_file_data *afd);
 int get_afsi_of_row(const struct osl_row *row, struct afs_info *afsi);