Index: trunk/Ohana/src/opihi/include/mana.h
===================================================================
--- trunk/Ohana/src/opihi/include/mana.h	(revision 17419)
+++ trunk/Ohana/src/opihi/include/mana.h	(revision 21153)
@@ -5,6 +5,6 @@
 # ifndef MANA_H
 
-void InitMana ();
-void FreeMana ();
+void InitMana (void);
+void FreeMana (void);
 int *findrowpeaks (float *row, int Nrow, float threshold, int *npeaks);
 
