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 b4ac675..97659c0 100644
--- a/sio.h
+++ b/sio.h
@@ -20,7 +20,7 @@
__BEGIN_DECLS
int init_sio(void);
-size_t read_sio(double *, double *, size_t);
+size_t read_sio(int *, int *, size_t);
void free_sio(void);
__END_DECLS