src/dbfs/attr.c
branchnew-evsql
changeset 48 8b019d191353
parent 41 6abda2fa4579
child 49 bb2ff0d2d343
--- a/src/dbfs/attr.c	Sat Nov 29 00:43:35 2008 +0200
+++ b/src/dbfs/attr.c	Sat Nov 29 01:12:00 2008 +0200
@@ -9,7 +9,7 @@
 // for building the setattr UPDATE
 #define FIELD(to_set, flag, field, value) ((to_set) & (flag)) ? (field " = " value ", ") : ""
 
-void _dbfs_attr_res (const struct evsql_result_info *res, void *arg) {
+void _dbfs_attr_res (struct evsql_result *res, void *arg) {
     struct fuse_req *req = arg;
     struct stat st; ZINIT(st);
     int err = 0;