summaryrefslogtreecommitdiff
path: root/lib/libsndio/sndio.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsndio/sndio.h')
-rw-r--r--lib/libsndio/sndio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/sndio.h b/lib/libsndio/sndio.h
index d8c90831b71..9ddd12f414d 100644
--- a/lib/libsndio/sndio.h
+++ b/lib/libsndio/sndio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sndio.h,v 1.1 2008/10/27 00:26:33 ratchov Exp $ */
+/* $OpenBSD: sndio.h,v 1.2 2008/10/28 23:00:08 jsg Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -114,7 +114,7 @@ struct sio_cap {
int sio_strtoenc(struct sio_par *, char *);
int sio_enctostr(struct sio_par *, char *);
-int sio_initpar(struct sio_par *);
+void sio_initpar(struct sio_par *);
struct sio_hdl *sio_open_aucat(char *, unsigned, int);
struct sio_hdl *sio_open_sun(char *, unsigned, int);