Index: trunk/psLib/src/sys/psError.c
===================================================================
--- trunk/psLib/src/sys/psError.c	(revision 23305)
+++ trunk/psLib/src/sys/psError.c	(revision 23486)
@@ -146,10 +146,10 @@
 
 psErrorCode p_psErrorV(const char* filename,
-		       unsigned int lineno,
-		       const char* func,
-		       psErrorCode code,
-		       bool new,
-		       const char* format,
-		       va_list ap)
+                       unsigned int lineno,
+                       const char* func,
+                       psErrorCode code,
+                       bool new,
+                       const char* format,
+                       va_list ap)
 {
   char errMsg[MAX_STRING_LENGTH];
@@ -245,5 +245,5 @@
 }
 
-long psErrorGetStackSize()
+long psErrorGetStackSize(void)
 {
     psArray *errorStack = psErrorStackGet();
Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 23305)
+++ trunk/psLib/src/sys/psError.h	(revision 23486)
@@ -87,5 +87,5 @@
  *  @return int The number of items on the error stack
  */
-long psErrorGetStackSize();
+long psErrorGetStackSize(void);
 
 
Index: trunk/psLib/src/sys/psLogMsg.c
===================================================================
--- trunk/psLib/src/sys/psLogMsg.c	(revision 23305)
+++ trunk/psLib/src/sys/psLogMsg.c	(revision 23486)
@@ -76,5 +76,5 @@
 }
 
-int psLogGetLevel()
+int psLogGetLevel(void)
 {
     return globalLogLevel;
Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 23305)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 23486)
@@ -63,5 +63,5 @@
  *  @return int:        The current file descriptor.
  */
-int psLogGetDestination();
+int psLogGetDestination(void);
 
 
@@ -83,5 +83,5 @@
  *  @return int:        The current logging level.
  */
-int psLogGetLevel();
+int psLogGetLevel(void);
 
 /** This procedure sets the log format for future log messages.  The argument
