aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-09-03 00:55:00 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-09-03 00:55:00 +0000
commitd8879c536f6ae4a9c00429d91add5a447f7278a4 (patch)
treee0c70f4ae87b800e11e77ea68db3c3bfbb4e2586 /sio.h
parent90b5a6e93d667c3e5bec33cb7ffb6d3e3ac8a5dd (diff)
remove factor option
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 12e3d29..40d7793 100644
--- a/sio.h
+++ b/sio.h
@@ -20,7 +20,7 @@
struct sio;
-struct sio *init_sio(int);
+struct sio *init_sio(void);
unsigned int get_round(struct sio *);
int16_t *read_sio(struct sio *);
void del_sio(struct sio *);