Index: trunk/Ohana/src/relphot/src/args.c
===================================================================
--- trunk/Ohana/src/relphot/src/args.c	(revision 14382)
+++ trunk/Ohana/src/relphot/src/args.c	(revision 14590)
@@ -11,11 +11,11 @@
   if ((N = get_argument (argc, argv, "-time"))) {
     remove_argument (N, &argc, argv);
-    if (!str_to_time (argv[N], &TSTART)) { 
+    if (!ohana_str_to_time (argv[N], &TSTART)) { 
       fprintf (stderr, "ERROR: syntax error\n");
       return (FALSE);
     }
     remove_argument (N, &argc, argv);
-    if (!str_to_dtime (argv[N], &trange)) { 
-      if (!str_to_time (argv[N], &TSTOP)) { 
+    if (!ohana_str_to_dtime (argv[N], &trange)) { 
+      if (!ohana_str_to_time (argv[N], &TSTOP)) { 
 	fprintf (stderr, "ERROR: syntax error\n");
 	return (FALSE);
Index: trunk/Ohana/src/relphot/src/initialize.c
===================================================================
--- trunk/Ohana/src/relphot/src/initialize.c	(revision 14382)
+++ trunk/Ohana/src/relphot/src/initialize.c	(revision 14590)
@@ -30,5 +30,5 @@
     fprintf (stderr, "current parameter settings:\n");
     if (TimeSelect) {
-      fprintf (stderr, "TimeSelect: TRUE (%s - %s)\n", sec_to_date (TSTART), sec_to_date (TSTOP));
+      fprintf (stderr, "TimeSelect: TRUE (%s - %s)\n", ohana_sec_to_date (TSTART), ohana_sec_to_date (TSTOP));
     } else {
       fprintf (stderr, "TimeSelect: FALSE\n");
Index: trunk/Ohana/src/relphot/src/plotstuff.c
===================================================================
--- trunk/Ohana/src/relphot/src/plotstuff.c	(revision 14382)
+++ trunk/Ohana/src/relphot/src/plotstuff.c	(revision 14590)
@@ -81,5 +81,5 @@
 
   float *values;
-  int i, Nbytes;
+  int i;
 
   if (Npts < 1) return;
