Andrew Talbot : odbc32: Declare a function static.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 19 06:29:30 CST 2007


Module: wine
Branch: master
Commit: 9c036817539b7437688d7dada6064f1a8f4eafe6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9c036817539b7437688d7dada6064f1a8f4eafe6

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Thu Jan 18 21:50:20 2007 +0000

odbc32: Declare a function static.

---

 dlls/odbc32/proxyodbc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/odbc32/proxyodbc.c b/dlls/odbc32/proxyodbc.c
index a3aa287..3351cfd 100644
--- a/dlls/odbc32/proxyodbc.c
+++ b/dlls/odbc32/proxyodbc.c
@@ -156,7 +156,7 @@ static PROXYHANDLE gProxyHandle;
         } \
 }
 
-SQLRETURN SQLDummyFunc(void)
+static SQLRETURN SQLDummyFunc(void)
 {
     TRACE("SQLDummyFunc:\n");
     return SQL_SUCCESS;




More information about the wine-cvs mailing list