Index: trunk/archive/pslib/include/psLogMsg.h
===================================================================
--- trunk/archive/pslib/include/psLogMsg.h	(revision 602)
+++ trunk/archive/pslib/include/psLogMsg.h	(revision 753)
@@ -30,8 +30,8 @@
 
 /// Logs a message from varargs
-void p_psLogVMsg(const char *name,	///< name of the log source
-		 int myLevel,		///< severity level of this log message 
-		 const char *fmt, 	///< printf-style format command
-		 va_list ap)		///< varargs argument list
+void psLogMsgV(const char *name,	///< name of the log source
+	       int myLevel,		///< severity level of this log message 
+	       const char *fmt, 	///< printf-style format command
+	       va_list ap)		///< varargs argument list
 ; 
 
