Skip to content
Snippets Groups Projects
Commit 6d9ab7ea authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Merge branch 'stable'

parents 9ba9d7a2 3838ab10
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ struct fiob {
#ifdef HAVE_FUNOPEN
struct {
int (*read)(void *cookie, char *buf, int len);
int (*write)(void *cookie, char *buf, int len);
int (*write)(void *cookie, const char *buf, int len);
fpos_t (*seek)(void *cookie, fpos_t pos, int whence);
int (*close)(void *cookie);
} io;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment