add forgotten "static"

This commit is contained in:
Alexandre Ratchov 2010-10-22 19:05:45 +02:00
parent 1c465cd239
commit fe5100700d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,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;