diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 17:39:24 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 17:39:24 -0600 |
commit | 860a9e995b8e7076ce4e5c231e844184bef9b95e (patch) | |
tree | 8e106b091ec1c4ad423407ae8a6c386b5260772e /lib9p/include | |
parent | 2fe787ba4db420f5b08573d77e35cfaa0d7a0793 (diff) |
wip
Diffstat (limited to 'lib9p/include')
-rw-r--r-- | lib9p/include/lib9p/srv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/include/lib9p/srv.h b/lib9p/include/lib9p/srv.h index 769b562..0211260 100644 --- a/lib9p/include/lib9p/srv.h +++ b/lib9p/include/lib9p/srv.h @@ -18,7 +18,7 @@ struct lib9p_srv_file_vtable { /* all */ struct lib9p_srv_io (*io )(struct lib9p_srv_reqctx *ctx, void *impldata, lib9p_o_t flags); - struct lib9p_stat (*stat )(struct lib9p_srv_reqcggtx *ctx, void *impldata); + struct lib9p_stat (*stat )(struct lib9p_srv_reqctx *ctx, void *impldata); void (*wstat )(struct lib9p_srv_reqctx *ctx, void *impldata, struct lib9p_stat new); void (*remove )(struct lib9p_srv_reqctx *ctx, void *impldata); |