From 0e0e2b41fb5a372a8f0714efed29bd1c75d8a0a1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 3 Sep 2013 01:12:40 +0000 Subject: move rounds to read into read_sio --- sio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sio.h') diff --git a/sio.h b/sio.h index 40d7793..7e085d8 100644 --- a/sio.h +++ b/sio.h @@ -22,7 +22,7 @@ struct sio; struct sio *init_sio(void); unsigned int get_round(struct sio *); -int16_t *read_sio(struct sio *); +int16_t *read_sio(struct sio *, size_t); void del_sio(struct sio *); #endif -- cgit v1.2.3