aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sio.h b/sio.h
index 40d7793..7e085d8 100644
--- a/sio.h
+++ b/sio.h
@@ -22,7 +22,7 @@ struct sio;
struct sio *init_sio(void);
unsigned int get_round(struct sio *);
-int16_t *read_sio(struct sio *);
+int16_t *read_sio(struct sio *, size_t);
void del_sio(struct sio *);
#endif