aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-29 11:19:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-29 11:19:47 +0000
commit068539d8dbe1259e9d3fd6d199f8ffabb2e044b3 (patch)
treeb7a475c3d0fc32b8ae23a84ad69685c798b03bcb /sio.h
parent6e1f4abab272d451f3a5ce3824eda832ffba107b (diff)
semi-working prototype
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