Francois Gouget : wininet: Make urlcache_{entry_create, get_entry_info}() static.

Alexandre Julliard julliard at winehq.org
Wed Apr 10 14:16:16 CDT 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 10 16:50:21 2013 +0200

wininet: Make urlcache_{entry_create,get_entry_info}() static.

---

 dlls/wininet/urlcache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index ce74577..7f58a69 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -1780,7 +1780,7 @@ static BOOL urlcache_hash_entry_is_locked(struct hash_entry *hash_entry, entry_u
     return TRUE;
 }
 
-BOOL urlcache_get_entry_info(const char *url, void *entry_info,
+static BOOL urlcache_get_entry_info(const char *url, void *entry_info,
         DWORD *size, DWORD flags, BOOL unicode)
 {
     urlcache_header *header;
@@ -2622,7 +2622,7 @@ BOOL WINAPI UnlockUrlCacheEntryFileW(LPCWSTR lpszUrlName, DWORD dwReserved)
     return ret;
 }
 
-BOOL urlcache_entry_create(const char *url, const char *ext, WCHAR *full_path)
+static BOOL urlcache_entry_create(const char *url, const char *ext, WCHAR *full_path)
 {
     cache_container *container;
     urlcache_header *header;




More information about the wine-cvs mailing list