Index: trunk/Ohana/src/elixir/include/elixir.h
===================================================================
--- trunk/Ohana/src/elixir/include/elixir.h	(revision 10338)
+++ trunk/Ohana/src/elixir/include/elixir.h	(revision 21153)
@@ -103,8 +103,8 @@
 char 	 *GetPhotcodeExt (char *file);
 char 	 *GetPhotcodeMef (char *file);
-Machine  *GrabMachine ();
-Cluster  *InitCluster ();
-Process  *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)());
-Queue    *InitQueue ();
+Machine  *GrabMachine (void);
+Cluster  *InitCluster (void);
+Process  *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)(void));
+Queue    *InitQueue (void);
 FILE     *LogOpen (char *filename);
 char 	 *PathFilename (char *file);
@@ -114,5 +114,5 @@
 int 	  CheckEndingState (Process *global, int Nobjects, int Dynamic);
 int 	  CheckMachineStatus (Machine *machine);
-int 	  CheckMessages ();
+int 	  CheckMessages (void);
 int 	  CheckProcess (Process *process);
 void 	  CloseMachine (Machine *machine);
@@ -124,10 +124,10 @@
 int 	  DumpProcessTimes (char *filename);
 int 	  DumpStatus (char *filename);
-void 	  ElixirStop ();
+void 	  ElixirStop (void);
 int 	  FlushFifo (Fifo *fifo);
 void 	  FreeArgs (int argc, char **argv, int *argd);
 void 	  FreeFifo (Fifo *fifo);
-int 	  GetDynamicState ();
-double    GetTimeout ();
+int 	  GetDynamicState (void);
+double    GetTimeout (void);
 void 	  HaltElixir (char *pidfile);
 int 	  HalttoRestart (char *pidfile);
@@ -149,7 +149,7 @@
 int 	  ReadtoFifo (Fifo *fifo, int sock);
 void 	  RegisterTimeout (double value);
-void 	  RemovePID ();
+void 	  RemovePID (void);
 void 	  Restart (char **argv);
-void 	  RestartMachines ();
+void 	  RestartMachines (void);
 void 	  SIG_DIE (int sig);
 void 	  SIG_MESSAGE (int sig);
@@ -157,5 +157,5 @@
 void 	  SIG_RELOAD (int sig);
 void 	  SIG_STOP (int sig);
-int 	  SetExitTimer ();
+int 	  SetExitTimer (void);
 void 	  SetMessageFile (char *filename);
 int 	  ShiftFifo (Fifo *fifo);
