From 163caf91829b7ebf2f314c5fdd98b328fa629c4c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 2 Sep 2014 19:03:35 +0000 Subject: sync header with realisation --- sio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sio.h b/sio.h index 107eaab..c800574 100644 --- a/sio.h +++ b/sio.h @@ -22,7 +22,7 @@ struct sio; __BEGIN_DECLS struct sio *init_sio(int); -int16_t *read_sio(struct sio *, size_t); +int16_t *read_sio(struct sio *); void del_sio(struct sio *); __END_DECLS -- cgit v1.2.3