Make a couple of functions static
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 13 May 2009 15:32:59 +0000 (11:32 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 23 May 2009 16:05:02 +0000 (12:05 -0400)
pixman/pixman-cpu.c

index 96c62a6..e8f749a 100644 (file)
@@ -460,7 +460,7 @@ static unsigned int detectCPUFeatures(void) {
     return features;
 }
 
-pixman_bool_t
+static pixman_bool_t
 pixman_have_mmx (void)
 {
     static pixman_bool_t initialized = FALSE;
@@ -477,7 +477,7 @@ pixman_have_mmx (void)
 }
 
 #ifdef USE_SSE2
-pixman_bool_t
+static pixman_bool_t
 pixman_have_sse2 (void)
 {
     static pixman_bool_t initialized = FALSE;