changeset 4707:af6fe94d455b

+static
author arpi
date Thu, 14 Feb 2002 22:33:29 +0000
parents a4400910be9f
children 000ca7a19331
files mpng.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpng.c	Thu Feb 14 22:31:21 2002 +0000
+++ b/mpng.c	Thu Feb 14 22:33:29 2002 +0000
@@ -7,9 +7,9 @@
 #include "mp_msg.h"
 #include "png.h"
 
-int    pngPointer;
+static int    pngPointer;
 
-void pngReadFN( png_structp pngstr,png_bytep buffer,png_size_t size )
+static void pngReadFN( png_structp pngstr,png_bytep buffer,png_size_t size )
 {
  char * p = pngstr->io_ptr;
  memcpy( buffer,(char *)&p[pngPointer],size );