diff options
Diffstat (limited to 'libstore/open.c')
-rw-r--r-- | libstore/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/open.c b/libstore/open.c index ca3eb886..286b00f4 100644 --- a/libstore/open.c +++ b/libstore/open.c @@ -60,5 +60,5 @@ store_open (const char *name, int flags, return err; } -struct store_class +const struct store_class store_query_class = { -1, "query", open: store_open }; |