msdaps: Make create_rowset_proxy() static.
authorFrancois Gouget <fgouget@free.fr>
Tue, 24 Aug 2010 08:01:10 +0000 (10:01 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Aug 2010 13:22:35 +0000 (15:22 +0200)
dlls/msdaps/row_server.c

index 4fc41c41da5c74bd83e73cc171dfabdf2e7c4888..bc0f6526fded402b93d5299aa9b83e90baf2d0af 100644 (file)
@@ -1320,7 +1320,7 @@ static const IAccessorVtbl accessor_vtbl =
     accessor_ReleaseAccessor
 };
 
-HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj)
+static HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj)
 {
     rowset_proxy *proxy;