aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sio.h b/sio.h
index b9df7a8..29dfea8 100644
--- a/sio.h
+++ b/sio.h
@@ -21,8 +21,8 @@
struct sio;
__BEGIN_DECLS
-struct sio *init_sio(unsigned int);
-int16_t *read_sio(struct sio *);
+struct sio *init_sio(void);
+int16_t *read_sio(struct sio *, unsigned int);
void free_sio(struct sio *);
__END_DECLS