diff options
-rw-r--r-- | lib/libsndio/sndio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libsndio/sndio.h b/lib/libsndio/sndio.h index 27c6c599dd7..8a5295e19e6 100644 --- a/lib/libsndio/sndio.h +++ b/lib/libsndio/sndio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sndio.h,v 1.7 2009/02/03 19:44:58 ratchov Exp $ */ +/* $OpenBSD: sndio.h,v 1.8 2009/04/13 16:05:50 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -122,6 +122,8 @@ struct sio_cap { extern "C" { #endif +struct pollfd; + int sio_strtoenc(struct sio_par *, char *); int sio_enctostr(struct sio_par *, char *); void sio_initpar(struct sio_par *); |