aboutsummaryrefslogtreecommitdiff
path: root/include/libn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libn.h')
-rw-r--r--include/libn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libn.h b/include/libn.h
index 67d131d..d2479e4 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -112,13 +112,13 @@ int io·seek(Stream *s, long off, enum SeekPos origin);
typedef struct io·Reader
{
int (*read)(int n, void *buf);
-};
+} io·Reader;
typedef struct io·Peeker
{
byte (*get)(void);
error (*unget)(byte);
-};
+} io·Peeker;
typedef struct io·FullReader
{