odbc32: Declare a function static.

oldstable
Andrew Talbot 2007-01-18 21:50:20 +00:00 committed by Alexandre Julliard
parent 02a5f7389e
commit 9c03681753
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ static PROXYHANDLE gProxyHandle;
} \
}
SQLRETURN SQLDummyFunc(void)
static SQLRETURN SQLDummyFunc(void)
{
TRACE("SQLDummyFunc:\n");
return SQL_SUCCESS;