# HG changeset patch # User Matti Hamalainen # Date 1703846379 -7200 # Node ID 482b0acef25a80b61b355a85c525048060eaaa5d # Parent c51f056f3557e0729ad09eed9ac4787219ad9e17 Cosmetic. diff -r c51f056f3557 -r 482b0acef25a th_ioctx.h --- a/th_ioctx.h Wed Dec 20 08:04:04 2023 +0200 +++ b/th_ioctx.h Fri Dec 29 12:39:39 2023 +0200 @@ -95,7 +95,7 @@ // // I/O context management functions // -th_ioctx_t * th_io_new(const th_ioctx_ops_t *fops, const char *filename, const char *mode); +th_ioctx_t * th_io_new(const th_ioctx_ops_t *fops, const char *filename, const char *mode); int th_io_fopen(th_ioctx_t **pctx, const th_ioctx_ops_t *fops, const char *filename, const char *mode); int th_io_reopen(th_ioctx_t *ctx, const char *mode); void th_io_close(th_ioctx_t *ctx);