aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-10 17:42:08 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-10 17:42:08 +0000
commit03dc483b7c14256bdce7ad8290e1f08abeeae8f5 (patch)
treeb6558b62188767ab4565704b63bff8f0f5d04f35 /sio.h
parent9671bb4cc41beda923e115b94b928c249bf55d62 (diff)
proper type
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 c51cbdf..025a0b2 100644
--- a/sio.h
+++ b/sio.h
@@ -20,7 +20,7 @@
__BEGIN_DECLS
int init_sio(void);
-int16_t *read_sio(unsigned int);
+int16_t *read_sio(size_t);
unsigned int max_samples_sio(void);
void free_sio(void);
__END_DECLS