From 68f146a132954db19c352db4168101e8f016a67f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 23 Jun 2013 13:50:07 +0000 Subject: encapsulate sio read buffer --- sio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sio.h') 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 -- cgit v1.2.3