diff options
Diffstat (limited to 'example/notify_store_retrieve.c')
-rw-r--r-- | example/notify_store_retrieve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 56cb8b7..4795a4b 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -269,7 +269,7 @@ static void tfs_retrieve_reply(fuse_req_t req, void *cookie, fuse_ino_t ino, } -static struct fuse_lowlevel_ops tfs_oper = { +static const struct fuse_lowlevel_ops tfs_oper = { .lookup = tfs_lookup, .getattr = tfs_getattr, .readdir = tfs_readdir, |