[PATCH] made functions and data static

Marcus Meissner marcus at jet.franken.de
Sun Dec 10 09:10:36 CST 2006


---
 dlls/crypt32/tests/cert.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/tests/cert.c b/dlls/crypt32/tests/cert.c
index f3d7427..92b733b 100644
--- a/dlls/crypt32/tests/cert.c
+++ b/dlls/crypt32/tests/cert.c
@@ -1553,7 +1553,7 @@ static const BYTE int5[] = { 0x7f };
 static const BYTE int6[] = { 0x80, 0x00, 0x00, 0x00 };
 static const BYTE int7[] = { 0x80, 0x00 };
 
-struct IntBlobTest
+static struct IntBlobTest
 {
     CRYPT_INTEGER_BLOB blob1;
     CRYPT_INTEGER_BLOB blob2;
@@ -1662,7 +1662,7 @@ static void testHashPublicKeyInfo(void)
     }
 }
 
-void testCompareCert(void)
+static void testCompareCert(void)
 {
     CERT_INFO info1 = { 0 }, info2 = { 0 };
     BOOL ret;
-- 
1.4.3.4



More information about the wine-patches mailing list