diff options
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); |