aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-06-23 13:50:07 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-06-23 13:50:07 +0000
commit68f146a132954db19c352db4168101e8f016a67f (patch)
treeb27690eba142c40480ba7d859018b3330d0e7cfa /sio.h
parenta96e6ccdca73f9c57a9d08dea3d3c36a07ab986f (diff)
encapsulate sio read buffer
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 c771dd1..14ceaf6 100644
--- a/sio.h
+++ b/sio.h
@@ -22,7 +22,7 @@ struct sio;
struct sio *init_sio(int, int, int);
unsigned int get_round(struct sio *);
-int read_sio(struct sio *, int16_t *, size_t);
+int16_t *read_sio(struct sio *);
void del_sio(struct sio *);
#endif