Index: /branches/dvo-mods-2007-02/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/opihi/include/pcontrol.h	(revision 12044)
+++ /branches/dvo-mods-2007-02/Ohana/src/opihi/include/pcontrol.h	(revision 12045)
@@ -151,4 +151,5 @@
 int   CheckLiveHosts (float delay);
 int   SetRunSystem (int state);
+RunLevels SetRunLevel (RunLevels level);
 
 /*** own files ***/
Index: /branches/dvo-mods-2007-02/Ohana/src/relphot/src/bcatalog.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relphot/src/bcatalog.c	(revision 12044)
+++ /branches/dvo-mods-2007-02/Ohana/src/relphot/src/bcatalog.c	(revision 12045)
@@ -27,5 +27,4 @@
 
     if (RESET) {
-      float *p;
       subcatalog[0].secfilt[PhotNsec*Naverage+PhotSec].M  = NO_MAG;
       subcatalog[0].secfilt[PhotNsec*Naverage+PhotSec].dM = NO_MAG;
Index: /branches/dvo-mods-2007-02/Ohana/src/relphot/src/setMrelFinal.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/relphot/src/setMrelFinal.c	(revision 12044)
+++ /branches/dvo-mods-2007-02/Ohana/src/relphot/src/setMrelFinal.c	(revision 12045)
@@ -4,6 +4,4 @@
 
   int i, j, m, ecode;
-  float *p;
-  short *q;
 
   /* if we reset the catalog, reset all the current measurements */
Index: /branches/dvo-mods-2007-02/Ohana/src/uniphot/src/update_catalog.c
===================================================================
--- /branches/dvo-mods-2007-02/Ohana/src/uniphot/src/update_catalog.c	(revision 12044)
+++ /branches/dvo-mods-2007-02/Ohana/src/uniphot/src/update_catalog.c	(revision 12045)
@@ -5,5 +5,4 @@
   int i, j, m, found;
   int Nsec, Nsecfilt;
-  float *Mp;
   PhotCode *code;
 
