diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-10-23 10:48:56 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-10-23 10:48:56 +0000 |
commit | 672cef9ea8358e4f6d349376df615928e4d4de97 (patch) | |
tree | 2d0d4f78350c824a88d5bf1f7496e46bcfb5de01 | |
parent | 6ac320bee4d7d13436a356cf32d929cc66f684a9 (diff) |
add forgotten ``static''
-rw-r--r-- | lib/libsndio/mio_thru.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/mio_thru.c b/lib/libsndio/mio_thru.c index 00511dfb823..8ca5aa944b9 100644 --- a/lib/libsndio/mio_thru.c +++ b/lib/libsndio/mio_thru.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_thru.c,v 1.11 2010/10/21 18:57:42 ratchov Exp $ */ +/* $OpenBSD: mio_thru.c,v 1.12 2010/10/23 10:48:55 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -51,7 +51,7 @@ static struct mio_ops thru_ops = { thru_revents, }; -struct mio_hdl * +static struct mio_hdl * thru_open(const char *str, char *sock, unsigned mode, int nbio) { extern char *__progname; |