aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-07-05 14:29:31 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-07-05 14:29:31 +0000
commit9513f3998d3dbe130daf0a95191090ce2a9f2b4b (patch)
treebfe3029ce773fed68040b170fe28f1e343797bdc /sio.h
parentea472dca30b32f5aec1f6b08b90df85179224b91 (diff)
bugfixes and suggestions by Alexandre Ratchov <alex at caoua.org>, thanks!
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 40d7793..12e3d29 100644
--- a/sio.h
+++ b/sio.h
@@ -20,7 +20,7 @@
struct sio;
-struct sio *init_sio(void);
+struct sio *init_sio(int);
unsigned int get_round(struct sio *);
int16_t *read_sio(struct sio *);
void del_sio(struct sio *);