aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sio.h b/sio.h
index ae375a9..107eaab 100644
--- a/sio.h
+++ b/sio.h
@@ -20,8 +20,10 @@
struct sio;
+__BEGIN_DECLS
struct sio *init_sio(int);
int16_t *read_sio(struct sio *, size_t);
void del_sio(struct sio *);
+__END_DECLS
#endif