summaryrefslogtreecommitdiffstats
path: root/storage/maria/libmarias3/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/libmarias3/src/structs.h')
-rw-r--r--storage/maria/libmarias3/src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/maria/libmarias3/src/structs.h b/storage/maria/libmarias3/src/structs.h
index 34cbd817..30a7fff0 100644
--- a/storage/maria/libmarias3/src/structs.h
+++ b/storage/maria/libmarias3/src/structs.h
@@ -64,6 +64,8 @@ struct ms3_st
bool first_run;
char *path_buffer;
char *query_buffer;
+ void *read_cb;
+ void *user_data;
struct ms3_list_container_st list_container;
};