aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sio.h b/sio.h
index 29dfea8..775b222 100644
--- a/sio.h
+++ b/sio.h
@@ -23,6 +23,7 @@ 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 *);
__END_DECLS