src/dbfs/dirop.c
branchnew-evsql
changeset 48 8b019d191353
parent 36 56427f22e969
--- a/src/dbfs/dirop.c	Sat Nov 29 00:43:35 2008 +0200
+++ b/src/dbfs/dirop.c	Sat Nov 29 01:12:00 2008 +0200
@@ -33,7 +33,7 @@
 /*
  * Handle the results for the initial attribute lookup for the dir itself during opendir ops.
  */
-static void dbfs_opendir_res (const struct evsql_result_info *res, void *arg) {
+static void dbfs_opendir_res (struct evsql_result *res, void *arg) {
     struct dbfs_dirop *dirop = arg;
     int err;
     
@@ -160,7 +160,7 @@
  * Fill up the dirbuf, and then send the reply.
  *
  */
-static void dbfs_readdir_res (const struct evsql_result_info *res, void *arg) {
+static void dbfs_readdir_res (struct evsql_result *res, void *arg) {
     struct dbfs_dirop *dirop = arg;
     int err;
     size_t row;