Index: trunk/psLib/src/xml/psXML.c
===================================================================
--- trunk/psLib/src/xml/psXML.c	(revision 2523)
+++ trunk/psLib/src/xml/psXML.c	(revision 2525)
@@ -9,6 +9,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-30 00:34:08 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-30 01:09:14 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -110,8 +110,8 @@
 /*****************************************************************************/
 
-void p_saxEndElement(void *ctx, const xmlChar *tagName);
-void p_psInitVectorXml(void *ctx, char *tagName);
-void p_psInitMetadataItemXml(void *ctx, char *tagName);
-void p_saxStartElement(void *ctx, const xmlChar *tagName, const xmlChar **atts);
+static void p_saxEndElement(void *ctx, const xmlChar *tagName);
+static void p_psInitVectorXml(void *ctx, char *tagName);
+static void p_psInitMetadataItemXml(void *ctx, char *tagName);
+static void p_saxStartElement(void *ctx, const xmlChar *tagName, const xmlChar **atts);
 
 /** Determines if a line is blank (whitespace only) or a commentline. It returns true if so. The input string
@@ -690,5 +690,5 @@
 }
 
-void saxStartElement(void *ctx, const xmlChar *tagName, const xmlChar **atts)
+static void p_saxStartElement(void *ctx, const xmlChar *tagName, const xmlChar **atts)
 {
     psU64 i = 0;
@@ -760,5 +760,5 @@
 }
 
-void p_psInitMetadataItemXml(void *ctx, char *tagName)
+static void p_psInitMetadataItemXml(void *ctx, char *tagName)
 {
     psBool overwrite = false;
@@ -906,5 +906,5 @@
 
 
-void p_psInitVectorXml(void *ctx, char *tagName)
+static void p_psInitVectorXml(void *ctx, char *tagName)
 {
     bool overwrite = false;
@@ -1017,5 +1017,5 @@
 }
 
-void saxEndElement(void *ctx, const xmlChar *tagName)
+static void p_saxEndElement(void *ctx, const xmlChar *tagName)
 {
     char *psStartTagName = NULL;
