aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io.h b/src/io.h
index 51801f6..4f9de57 100644
--- a/src/io.h
+++ b/src/io.h
@@ -64,4 +64,5 @@ typedef t_io *p_io;
64void io_init(p_io io, p_send send, p_recv recv, p_error error, void *ctx); 64void io_init(p_io io, p_send send, p_recv recv, p_error error, void *ctx);
65const char *io_strerror(int err); 65const char *io_strerror(int err);
66 66
67#endif /* IO_H */ \ No newline at end of file 67#endif /* IO_H */
68