aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-12 23:09:43 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-12 23:09:43 +0000
commit11de1f857ce719a9daca77f59382f4e65fee5546 (patch)
treeb67600894a045e2f9819f0646a81d0ae7ad7552d /sio.h
parent78b27c6c0394d84e71c5ecc22f3c6fec9d731694 (diff)
sync with HEAD
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/sio.h b/sio.h
index 775b222..b5b5d5e 100644
--- a/sio.h
+++ b/sio.h
@@ -18,13 +18,11 @@
#ifndef __SIO_H
#define __SIO_H
-struct sio;
-
__BEGIN_DECLS
-struct sio *init_sio(void);
-int16_t *read_sio(struct sio *, unsigned int);
-unsigned int max_samples_sio(struct sio *);
-void free_sio(struct sio *);
+int init_sio(void);
+void read_sio(double *, double *, size_t);
+unsigned int max_samples_sio(void);
+void free_sio(void);
__END_DECLS
#endif